MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / accumulateDirectDispatches

Function accumulateDirectDispatches

code/communication/public/app.js:2779–2781  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

2777}
2778
2779function accumulateDirectDispatches(events) {
2780 forEachAccumulated(events, accumulateDirectDispatchesSingle);
2781}
2782
2783var EventPropagators = Object.freeze({
2784 accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches,

Callers

nothing calls this directly

Calls 1

forEachAccumulatedFunction · 0.70

Tested by

no test coverage detected