()
| 40 | }, |
| 41 | |
| 42 | refreshValue(){ |
| 43 | const {hour, min, sec, value} = this.initTime(this.state.value); |
| 44 | this.setState({ value, hour, min, sec }, this.handleTimeChange); |
| 45 | }, |
| 46 | |
| 47 | handleTimeChange(){ |
| 48 | const {onChange} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…