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

Function accumulateDirectDispatches

code/third-party/public/app.js:1977–1979  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

1975}
1976
1977function accumulateDirectDispatches(events) {
1978 forEachAccumulated(events, accumulateDirectDispatchesSingle);
1979}
1980
1981var EventPropagators = Object.freeze({
1982 accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches,

Callers

nothing calls this directly

Calls 1

forEachAccumulatedFunction · 0.70

Tested by

no test coverage detected