(workInProgress)
| 21719 | } |
| 21720 | |
| 21721 | function markUpdate(workInProgress) { |
| 21722 | // Tag the fiber with an update effect. This turns a Placement into |
| 21723 | // a PlacementAndUpdate. |
| 21724 | workInProgress.flags |= Update; |
| 21725 | } |
| 21726 | |
| 21727 | function markRef$1(workInProgress) { |
| 21728 | workInProgress.flags |= Ref; |
no outgoing calls
no test coverage detected
searching dependent graphs…