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

Function accumulateTwoPhaseDispatches

code/third-party/public/app.js:1965–1967  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

1963}
1964
1965function accumulateTwoPhaseDispatches(events) {
1966 forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
1967}
1968
1969function accumulateTwoPhaseDispatchesSkipTarget(events) {
1970 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