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

Function accumulateTwoPhaseDispatches

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

Source from the content-addressed store, hash-verified

2765}
2766
2767function accumulateTwoPhaseDispatches(events) {
2768 forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
2769}
2770
2771function accumulateTwoPhaseDispatchesSkipTarget(events) {
2772 forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget);

Callers 5

extractCompositionEventFunction · 0.70
extractBeforeInputEventFunction · 0.70
app.jsFile · 0.70
constructSelectEventFunction · 0.70

Calls 1

forEachAccumulatedFunction · 0.70

Tested by

no test coverage detected