(stat)
| 270 | }, |
| 271 | |
| 272 | toggleOpen(stat){ |
| 273 | this.setState({ |
| 274 | open: stat, |
| 275 | filterText: '', |
| 276 | }); |
| 277 | }, |
| 278 | |
| 279 | handleSearch(text){ |
| 280 | this.setState({ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…