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

Function accumulateDirectDispatches

code/composition/public/app.js:2882–2884  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

2880}
2881
2882function accumulateDirectDispatches(events) {
2883 forEachAccumulated(events, accumulateDirectDispatchesSingle);
2884}
2885
2886var EventPropagators = Object.freeze({
2887 accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches,

Callers

nothing calls this directly

Calls 1

forEachAccumulatedFunction · 0.70

Tested by

no test coverage detected