(root, updateLane)
| 4210 | return laneMap; |
| 4211 | } |
| 4212 | function markRootUpdated$1(root, updateLane) { |
| 4213 | root.pendingLanes |= updateLane; |
| 4214 | 268435456 !== updateLane && |
| 4215 | ((root.suspendedLanes = 0), (root.pingedLanes = 0), (root.warmLanes = 0)); |
| 4216 | } |
| 4217 | function markRootFinished( |
| 4218 | root, |
| 4219 | finishedLanes, |
no outgoing calls
no test coverage detected
searching dependent graphs…