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

Function open

component/Modal.js:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 },
29
30 open(){
31 this.setState({
32 display: true
33 });
34 },
35
36 close(){
37 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…