MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getParent

Function getParent

docs/index.js:15804–15809  ·  view source on GitHub ↗
(inst)

Source from the content-addressed store, hash-verified

15802 return listeners;
15803}
15804function getParent(inst) {
15805 if (null === inst) return null;
15806 do inst = inst.return;
15807 while (inst && 5 !== inst.tag && 27 !== inst.tag);
15808 return inst ? inst : null;
15809}
15810function accumulateEnterLeaveListenersForEvent(
15811 dispatchQueue,
15812 event,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…