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

Function callCallback

docs/index.js:10968–10972  ·  view source on GitHub ↗
(callback, context)

Source from the content-addressed store, hash-verified

10966 }
10967}
10968function callCallback(callback, context) {
10969 if ("function" !== typeof callback)
10970 throw Error(formatProdErrorMessage(191, callback));
10971 callback.call(context);
10972}
10973function commitCallbacks(updateQueue, context) {
10974 var callbacks = updateQueue.callbacks;
10975 if (null !== callbacks)

Callers 3

commitCallbacksFunction · 0.85
commitHiddenCallbacksFunction · 0.85

Calls 1

formatProdErrorMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…