(workInProgress)
| 21758 | } |
| 21759 | |
| 21760 | function markUpdate(workInProgress) { |
| 21761 | // Tag the fiber with an update effect. This turns a Placement into |
| 21762 | // a PlacementAndUpdate. |
| 21763 | workInProgress.flags |= Update; |
| 21764 | } |
| 21765 | |
| 21766 | function markRef$1(workInProgress) { |
| 21767 | workInProgress.flags |= Ref; |
no outgoing calls
no test coverage detected
searching dependent graphs…