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

Function accumulateEnterLeaveDispatches

code/composition/public/app.js:2878–2880  ·  view source on GitHub ↗
(leave, enter, from, to)

Source from the content-addressed store, hash-verified

2876}
2877
2878function accumulateEnterLeaveDispatches(leave, enter, from, to) {
2879 traverseEnterLeave(from, to, accumulateDispatches, leave, enter);
2880}
2881
2882function accumulateDirectDispatches(events) {
2883 forEachAccumulated(events, accumulateDirectDispatchesSingle);

Callers 1

app.jsFile · 0.70

Calls 1

traverseEnterLeaveFunction · 0.70

Tested by

no test coverage detected