MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / accumulateTwoPhaseDispatches

Function accumulateTwoPhaseDispatches

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

Source from the content-addressed store, hash-verified

2868}
2869
2870function accumulateTwoPhaseDispatches(events) {
2871 forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
2872}
2873
2874function accumulateTwoPhaseDispatchesSkipTarget(events) {
2875 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