MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getParentInstance

Function getParentInstance

code/communication/public/app.js:2611–2613  ·  view source on GitHub ↗

* Return the parent instance of the passed-in instance.

(inst)

Source from the content-addressed store, hash-verified

2609 * Return the parent instance of the passed-in instance.
2610 */
2611function getParentInstance(inst) {
2612 return getParent(inst);
2613}
2614
2615/**
2616 * Simulates the traversal of a two-phase, capture/bubble event dispatch.

Calls 1

getParentFunction · 0.70

Tested by

no test coverage detected