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

Function intersectLanes

dash/deps/react-dom@18.3.1.js:5747–5749  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

5745 return set & ~subset;
5746 }
5747 function intersectLanes(a, b) {
5748 return a & b;
5749 } // Seems redundant, but it changes the type from a single lane (used for
5750 // updates) to a group of lanes (used for flushing work).
5751
5752 function laneToLanes(lane) {

Callers 2

entangleTransitionsFunction · 0.70
entangleTransitionUpdateFunction · 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…