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

Function toggleAll

src/Tree/Tree.js:158–162  ·  view source on GitHub ↗
(open)

Source from the content-addressed store, hash-verified

156 }
157
158 toggleAll (open) {
159 forEach(this.refs, function (ref) {
160 ref.toggleAll(open);
161 });
162 }
163
164 handleChange () {
165 if (this.props.onChange) {

Callers

nothing calls this directly

Calls 2

forEachFunction · 0.90
toggleAllMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…