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

Function accumulateDirectDispatches

code/new-context-api/public/app.js:2105–2107  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

2103}
2104
2105function accumulateDirectDispatches(events) {
2106 forEachAccumulated(events, accumulateDirectDispatchesSingle);
2107}
2108
2109var EventPropagators = Object.freeze({
2110 accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches,

Callers

nothing calls this directly

Calls 1

forEachAccumulatedFunction · 0.70

Tested by

no test coverage detected