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

Function enqueueConcurrentRenderForLane

docs/index.js:5894–5897  ·  view source on GitHub ↗
(fiber, lane)

Source from the content-addressed store, hash-verified

5892 return getRootForUpdatedFiber(fiber);
5893}
5894function enqueueConcurrentRenderForLane(fiber, lane) {
5895 enqueueUpdate$1(fiber, null, null, lane);
5896 return getRootForUpdatedFiber(fiber);
5897}
5898function markUpdateLaneFromFiberToRoot(sourceFiber, update, lane) {
5899 sourceFiber.lanes |= lane;
5900 var alternate = sourceFiber.alternate;

Callers 9

forceStoreRerenderFunction · 0.85
updateSuspenseComponentFunction · 0.85
createFiberFromOffscreenFunction · 0.85
retryTimedOutBoundaryFunction · 0.85
dispatchEventFunction · 0.85
index.jsFile · 0.85

Calls 2

enqueueUpdate$1Function · 0.85
getRootForUpdatedFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…