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

Function accumulateTwoPhaseDispatches

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

Source from the content-addressed store, hash-verified

2730}
2731
2732function accumulateTwoPhaseDispatches(events) {
2733 forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
2734}
2735
2736function accumulateTwoPhaseDispatchesSkipTarget(events) {
2737 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