(e)
| 35 | }, |
| 36 | |
| 37 | handleInputChange(e){ |
| 38 | const {value} = e.target; |
| 39 | this.setState({ value }); |
| 40 | }, |
| 41 | |
| 42 | refreshValue(){ |
| 43 | const {hour, min, sec, value} = this.initTime(this.state.value); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…