()
| 21268 | } |
| 21269 | |
| 21270 | function markWorkInProgressReceivedUpdate() { |
| 21271 | didReceiveUpdate = true; |
| 21272 | } |
| 21273 | |
| 21274 | function resetSuspendedCurrentOnMountInLegacyMode(current, workInProgress) { |
| 21275 | if ((workInProgress.mode & ConcurrentMode) === NoMode) { |
no outgoing calls
no test coverage detected
searching dependent graphs…