MCPcopy Index your code
hub / github.com/flyfloor/react-component / handleTimeChange

Function handleTimeChange

component/TimeInput.js:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…