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

Method setStatus

src/Tree/Item.js:55–61  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

53 }
54
55 setStatus (status) {
56 this.setState({ status });
57
58 forEach(this.refs, function (ref) {
59 ref.setStatus(status);
60 });
61 }
62
63 getStatus () {
64 return this.state.status;

Callers 1

checkMethod · 0.95

Calls 1

forEachFunction · 0.90

Tested by

no test coverage detected