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

Function flushInteractiveUpdates

code/event-handlers/public/app.js:13309–13315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13307 }
13308
13309 function flushInteractiveUpdates() {
13310 if (!isRendering && lowestPendingInteractiveExpirationTime !== NoWork) {
13311 // Synchronously flush pending interactive updates.
13312 performWork(lowestPendingInteractiveExpirationTime, false, null);
13313 lowestPendingInteractiveExpirationTime = NoWork;
13314 }
13315 }
13316
13317 function flushControlled(fn) {
13318 var previousIsBatchingUpdates = isBatchingUpdates;

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected