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

Function toggleOpen

component/DropDown.js:272–277  ·  view source on GitHub ↗
(stat)

Source from the content-addressed store, hash-verified

270 },
271
272 toggleOpen(stat){
273 this.setState({
274 open: stat,
275 filterText: '',
276 });
277 },
278
279 handleSearch(text){
280 this.setState({

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…