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

Function laneToIndex

dash/deps/react-dom@18.3.1.js:5731–5733  ·  view source on GitHub ↗
(lane)

Source from the content-addressed store, hash-verified

5729 }
5730
5731 function laneToIndex(lane) {
5732 return pickArbitraryLaneIndex(lane);
5733 }
5734
5735 function includesSomeLane(a, b) {
5736 return (a & b) !== NoLanes;

Callers 3

markRootUpdatedFunction · 0.70
addFiberToLanesMapFunction · 0.70

Calls 1

pickArbitraryLaneIndexFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…