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

Function refreshValue

component/TimeInput.js:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

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…