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

Function requestUpdateLane

docs/index.js:13743–13751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13741 nestedUpdateCount = 0,
13742 rootWithNestedUpdates = null;
13743function requestUpdateLane() {
13744 if (0 !== (executionContext & 2) && 0 !== workInProgressRootRenderLanes)
13745 return workInProgressRootRenderLanes & -workInProgressRootRenderLanes;
13746 if (null !== ReactSharedInternals.T) {
13747 var actionScopeLane = currentEntangledLane;
13748 return 0 !== actionScopeLane ? actionScopeLane : requestTransitionLane();
13749 }
13750 return resolveUpdatePriority();
13751}
13752function requestDeferredLane() {
13753 0 === workInProgressDeferredLane &&
13754 (workInProgressDeferredLane =

Callers 7

startTransitionFunction · 0.85
requestFormReset$1Function · 0.85
refreshCacheFunction · 0.85
dispatchReducerActionFunction · 0.85
dispatchSetStateFunction · 0.85
index.jsFile · 0.85

Calls 2

requestTransitionLaneFunction · 0.85
resolveUpdatePriorityFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…