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

Function accumulateTwoPhaseDispatches

code/redux/public/app.js:2983–2985  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

2981}
2982
2983function accumulateTwoPhaseDispatches(events) {
2984 forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
2985}
2986
2987function accumulateTwoPhaseDispatchesSkipTarget(events) {
2988 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