(sec)
| 66 | }, |
| 67 | |
| 68 | handleSecChange(sec){ |
| 69 | const {hour, min} = this.state; |
| 70 | this.setState({ |
| 71 | sec: sec, |
| 72 | value: this.formatValue(hour, min, sec) |
| 73 | }, this.handleTimeChange); |
| 74 | }, |
| 75 | |
| 76 | render() { |
| 77 | const {value} = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…