MCPcopy Index your code
hub / github.com/plotly/dash / getForksAtLevel

Function getForksAtLevel

dash/deps/react-dom@18.2.0.js:12093–12096  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

12091 return (workInProgress.flags & Forked) !== NoFlags;
12092 }
12093 function getForksAtLevel(workInProgress) {
12094 warnIfNotHydrating();
12095 return treeForkCount;
12096 }
12097 function getTreeId() {
12098 var overflow = treeContextOverflow;
12099 var idWithLeadingBit = treeContextId;

Callers 1

beginWorkFunction · 0.70

Calls 1

warnIfNotHydratingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…