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

Function cancelCallback

lib/assets/react-source/development/react.js:14755–14759  ·  view source on GitHub ↗
(callbackNode)

Source from the content-addressed store, hash-verified

14753 return fakeCallbackNode;
14754 }
14755 function cancelCallback(callbackNode) {
14756 if (callbackNode !== fakeCallbackNode) {
14757 Scheduler_cancelCallback(callbackNode);
14758 }
14759 }
14760 function flushSyncCallbackQueue() {
14761 if (immediateQueueCallbackNode !== null) {
14762 var node = immediateQueueCallbackNode;

Callers 1

ensureRootIsScheduledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected