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

Function handleConfirm

component/Modal.js:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 },
43
44 handleConfirm(){
45 if (this.props.onConfirm()) this.close();
46 },
47
48 handleCancel(){
49 if (this.props.onCancel()) this.close();

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…