()
| 45 | }, |
| 46 | |
| 47 | handleTimeChange(){ |
| 48 | const {onChange} = this.props; |
| 49 | if (onChange) onChange(this.state.value) |
| 50 | }, |
| 51 | |
| 52 | handleHourChange(hour){ |
| 53 | const {min, sec} = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…