MCPcopy Create free account
hub / github.com/reactjs/react-rails / flushSyncCallbackQueue

Function flushSyncCallbackQueue

lib/assets/react-source/development/react.js:14760–14768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14758 }
14759 }
14760 function flushSyncCallbackQueue() {
14761 if (immediateQueueCallbackNode !== null) {
14762 var node = immediateQueueCallbackNode;
14763 immediateQueueCallbackNode = null;
14764 Scheduler_cancelCallback(node);
14765 }
14766
14767 flushSyncCallbackQueueImpl();
14768 }
14769
14770 function flushSyncCallbackQueueImpl() {
14771 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