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

Function pushTreeFork

docs/index.js:5963–5968  ·  view source on GitHub ↗
(workInProgress, totalChildren)

Source from the content-addressed store, hash-verified

5961 treeContextId = 1,
5962 treeContextOverflow = "";
5963function pushTreeFork(workInProgress, totalChildren) {
5964 forkStack[forkStackIndex++] = treeForkCount;
5965 forkStack[forkStackIndex++] = treeForkProvider;
5966 treeForkProvider = workInProgress;
5967 treeForkCount = totalChildren;
5968}
5969function pushTreeId(workInProgress, totalChildren, index) {
5970 idStack[idStackIndex++] = treeContextId;
5971 idStack[idStackIndex++] = treeContextOverflow;

Callers 3

pushMaterializedTreeIdFunction · 0.85
reconcileChildrenArrayFunction · 0.85

Calls 1

warnIfNotHydratingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…