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

Function commitCallbacks

docs/index.js:10973–10982  ·  view source on GitHub ↗
(updateQueue, context)

Source from the content-addressed store, hash-verified

10971 callback.call(context);
10972}
10973function commitCallbacks(updateQueue, context) {
10974 var callbacks = updateQueue.callbacks;
10975 if (null !== callbacks)
10976 for (
10977 updateQueue.callbacks = null, updateQueue = 0;
10978 updateQueue < callbacks.length;
10979 updateQueue++
10980 )
10981 callCallback(callbacks[updateQueue], context);
10982}
10983function commitHookEffectListMount(flags, finishedWork) {
10984 try {
10985 var updateQueue = finishedWork.updateQueue,

Callers 2

commitClassCallbacksFunction · 0.85

Calls 1

callCallbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…