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

Function getInitialState

component/TimeInput.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

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…