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

Function getParentInstance

code/composition/public/app.js:2714–2716  ·  view source on GitHub ↗

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

(inst)

Source from the content-addressed store, hash-verified

2712 * Return the parent instance of the passed-in instance.
2713 */
2714function getParentInstance(inst) {
2715 return getParent(inst);
2716}
2717
2718/**
2719 * Simulates the traversal of a two-phase, capture/bubble event dispatch.

Calls 1

getParentFunction · 0.70

Tested by

no test coverage detected