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

Function claimNextRetryLane

docs/index.js:4202–4207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4200 return lane;
4201}
4202function claimNextRetryLane() {
4203 var lane = nextRetryLane;
4204 nextRetryLane <<= 1;
4205 0 === (nextRetryLane & 62914560) && (nextRetryLane = 4194304);
4206 return lane;
4207}
4208function createLaneMap(initial) {
4209 for (var laneMap = [], i = 0; 31 > i; i++) laneMap.push(initial);
4210 return laneMap;

Callers 2

scheduleRetryEffectFunction · 0.85
retryTimedOutBoundaryFunction · 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…