MCPcopy Create free account
hub / github.com/flyfloor/react-component / open

Function open

component/SlideMenu.js:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 },
51
52 open(){
53 this.setState({
54 display: true
55 });
56 },
57
58 close(){
59 const {onClose} = this.props

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…