MCPcopy Create free account
hub / github.com/caseywebdev/react-list / claimNextTransitionLane

Function claimNextTransitionLane

docs/index.js:4196–4201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4194 }
4195}
4196function claimNextTransitionLane() {
4197 var lane = nextTransitionLane;
4198 nextTransitionLane <<= 1;
4199 0 === (nextTransitionLane & 4194176) && (nextTransitionLane = 128);
4200 return lane;
4201}
4202function claimNextRetryLane() {
4203 var lane = nextRetryLane;
4204 nextRetryLane <<= 1;

Callers 2

requestDeferredLaneFunction · 0.85
requestTransitionLaneFunction · 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…