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

Function accumulateDirectDispatches

code/styling/public/app.js:2744–2746  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

2742}
2743
2744function accumulateDirectDispatches(events) {
2745 forEachAccumulated(events, accumulateDirectDispatchesSingle);
2746}
2747
2748var EventPropagators = Object.freeze({
2749 accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches,

Callers

nothing calls this directly

Calls 1

forEachAccumulatedFunction · 0.70

Tested by

no test coverage detected