MCPcopy Index your code
hub / github.com/caseywebdev/react-list / markRootUpdated$1

Function markRootUpdated$1

docs/index.js:4212–4216  ·  view source on GitHub ↗
(root, updateLane)

Source from the content-addressed store, hash-verified

4210 return laneMap;
4211}
4212function markRootUpdated$1(root, updateLane) {
4213 root.pendingLanes |= updateLane;
4214 268435456 !== updateLane &&
4215 ((root.suspendedLanes = 0), (root.pingedLanes = 0), (root.warmLanes = 0));
4216}
4217function markRootFinished(
4218 root,
4219 finishedLanes,

Callers 5

scheduleUpdateOnFiberFunction · 0.85
captureCommitPhaseErrorFunction · 0.85
retryTimedOutBoundaryFunction · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…