MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / flushInteractiveUpdates

Function flushInteractiveUpdates

code/third-party/public/app.js:13212–13218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13210 }
13211
13212 function flushInteractiveUpdates() {
13213 if (!isRendering && lowestPendingInteractiveExpirationTime !== NoWork) {
13214 // Synchronously flush pending interactive updates.
13215 performWork(lowestPendingInteractiveExpirationTime, false, null);
13216 lowestPendingInteractiveExpirationTime = NoWork;
13217 }
13218 }
13219
13220 function flushControlled(fn) {
13221 var previousIsBatchingUpdates = isBatchingUpdates;

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected