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

Function flushInteractiveUpdates

code/styling/public/app.js:13979–13985  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13977 }
13978
13979 function flushInteractiveUpdates() {
13980 if (!isRendering && lowestPendingInteractiveExpirationTime !== NoWork) {
13981 // Synchronously flush pending interactive updates.
13982 performWork(lowestPendingInteractiveExpirationTime, false, null);
13983 lowestPendingInteractiveExpirationTime = NoWork;
13984 }
13985 }
13986
13987 function flushControlled(fn) {
13988 var previousIsBatchingUpdates = isBatchingUpdates;

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected