()
| 11 | }, |
| 12 | |
| 13 | getInitialState() { |
| 14 | let {hour, min, sec, value} = this.initTime(); |
| 15 | return { value, hour, min, sec }; |
| 16 | }, |
| 17 | |
| 18 | initTime(val = this.props.value){ |
| 19 | const {simple} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…