(a, b)
| 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…