MCPcopy
hub / github.com/plotly/dash / flushSyncCallbackQueue

Function flushSyncCallbackQueue

dash/deps/react-dom@16.14.0.js:11200–11208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11198 }
11199 }
11200 function flushSyncCallbackQueue() {
11201 if (immediateQueueCallbackNode !== null) {
11202 var node = immediateQueueCallbackNode;
11203 immediateQueueCallbackNode = null;
11204 Scheduler_cancelCallback(node);
11205 }
11206
11207 flushSyncCallbackQueueImpl();
11208 }
11209
11210 function flushSyncCallbackQueueImpl() {
11211 if (!isFlushingSyncQueue && syncQueue !== null) {

Callers 9

scheduleUpdateOnFiberFunction · 0.85
batchedUpdates$1Function · 0.85
batchedEventUpdates$1Function · 0.85
discreteUpdates$1Function · 0.85
unbatchedUpdatesFunction · 0.85
flushSyncFunction · 0.85
commitRootImplFunction · 0.85
flushPassiveEffectsImplFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…