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

Function pushMaterializedTreeId

docs/index.js:5998–6001  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

5996 (treeContextOverflow = workInProgress);
5997}
5998function pushMaterializedTreeId(workInProgress) {
5999 null !== workInProgress.return &&
6000 (pushTreeFork(workInProgress, 1), pushTreeId(workInProgress, 1, 0));
6001}
6002function popTreeContext(workInProgress) {
6003 for (; workInProgress === treeForkProvider; )
6004 (treeForkProvider = forkStack[--forkStackIndex]),

Callers 3

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
replayFunctionComponentFunction · 0.85

Calls 3

pushTreeForkFunction · 0.85
pushTreeIdFunction · 0.85
warnIfNotHydratingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…