MCPcopy Index your code
hub / github.com/caseywebdev/react-list / cancelCallback

Function cancelCallback

docs/index.js:34641–34645  ·  view source on GitHub ↗
(callbackNode)

Source from the content-addressed store, hash-verified

34639 performWorkOnRoot(root, lanes, !0);
34640 }
34641 function cancelCallback(callbackNode) {
34642 callbackNode !== fakeActCallbackNode &&
34643 null !== callbackNode &&
34644 cancelCallback$1(callbackNode);
34645 }
34646 function scheduleImmediateTask(cb) {
34647 null !== ReactSharedInternals.actQueue &&
34648 ReactSharedInternals.actQueue.push(function () {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…