MCPcopy Create free account
hub / github.com/plotly/dash / pickArbitraryLaneIndex

Function pickArbitraryLaneIndex

dash/deps/react-dom@18.3.1.js:5727–5729  ·  view source on GitHub ↗
(lanes)

Source from the content-addressed store, hash-verified

5725 }
5726
5727 function pickArbitraryLaneIndex(lanes) {
5728 return 31 - clz32(lanes);
5729 }
5730
5731 function laneToIndex(lane) {
5732 return pickArbitraryLaneIndex(lane);

Callers 7

getNextLanesFunction · 0.70
getMostRecentEventTimeFunction · 0.70
laneToIndexFunction · 0.70
markRootSuspendedFunction · 0.70
markRootFinishedFunction · 0.70
markRootEntangledFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…