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

Function commitHiddenCallbacks

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

Source from the content-addressed store, hash-verified

29373 callback.call(context);
29374 }
29375 function commitHiddenCallbacks(updateQueue, context) {
29376 var hiddenCallbacks = updateQueue.shared.hiddenCallbacks;
29377 if (null !== hiddenCallbacks)
29378 for (
29379 updateQueue.shared.hiddenCallbacks = null, updateQueue = 0;
29380 updateQueue < hiddenCallbacks.length;
29381 updateQueue++
29382 )
29383 callCallback(hiddenCallbacks[updateQueue], context);
29384 }
29385 function commitCallbacks(updateQueue, context) {
29386 var callbacks = updateQueue.callbacks;
29387 if (null !== callbacks)

Callers

nothing calls this directly

Calls 1

callCallbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…