Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ pickArbitraryLaneIndex
Function
pickArbitraryLaneIndex
packages/react-reconciler/src/ReactFiberLane.js:771–773 ·
view source on GitHub ↗
(lanes: Lanes)
Source
from the content-addressed store, hash-verified
769
}
770
771
function
pickArbitraryLaneIndex(lanes: Lanes) {
772
return
31 - clz32(lanes);
773
}
774
775
function
laneToIndex(lane: Lane) {
776
return
pickArbitraryLaneIndex(lane);
Callers
7
getEntangledLanes
Function · 0.85
markStarvedLanesAsExpired
Function · 0.85
laneToIndex
Function · 0.85
markRootSuspended
Function · 0.85
markRootFinished
Function · 0.85
markRootEntangled
Function · 0.85
upgradePendingLanesToSync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected