MCPcopy Create free account
hub / github.com/Lobos/react-ui / setValue

Function setValue

src/Tree/Tree.js:83–86  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

81 }
82
83 setValue (value) {
84 value = this.formatValue(value);
85 this.setState({ value });
86 }
87
88 formatData (data) {
89 let tt = this.props.textTpl;

Callers

nothing calls this directly

Calls 1

formatValueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…