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

Function initData

src/Filter.js:39–45  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

37 }
38
39 initData (options) {
40 options = options.map((d, i) => {
41 d.optionsIndex = i;
42 return d;
43 });
44 this.setState({ options });
45 }
46
47 onSearch () {
48 if (this.props.onSearch) {

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…