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

Function formatValue

component/TimeInput.js:25–27  ·  view source on GitHub ↗
(hour, min, sec)

Source from the content-addressed store, hash-verified

23 },
24
25 formatValue(hour, min, sec){
26 return this.props.simple ? `${hour}:${min}` : `${hour}:${min}:${sec}`
27 },
28
29 getDefaultProps() {
30 return {

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…