accumulateTwoPhaseDispatchesSingle() — react Function Reference
Architecture documentation for the accumulateTwoPhaseDispatchesSingle() function in ResponderEventPlugin.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD fe0ba9d5_30a5_a694_3743_86545da106c9["accumulateTwoPhaseDispatchesSingle()"] 674c6180_b91e_e17d_fb2d_40a6a3631bb3["ResponderEventPlugin.js"] fe0ba9d5_30a5_a694_3743_86545da106c9 -->|defined in| 674c6180_b91e_e17d_fb2d_40a6a3631bb3 0fe28570_d266_736a_8ea0_afbeec762b45["traverseTwoPhase()"] fe0ba9d5_30a5_a694_3743_86545da106c9 -->|calls| 0fe28570_d266_736a_8ea0_afbeec762b45 style fe0ba9d5_30a5_a694_3743_86545da106c9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-native-renderer/src/legacy-events/ResponderEventPlugin.js lines 335–339
function accumulateTwoPhaseDispatchesSingle(event) {
if (event && event.dispatchConfig.phasedRegistrationNames) {
traverseTwoPhase(event._targetInst, accumulateDirectionalDispatches, event);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does accumulateTwoPhaseDispatchesSingle() do?
accumulateTwoPhaseDispatchesSingle() is a function in the react codebase, defined in packages/react-native-renderer/src/legacy-events/ResponderEventPlugin.js.
Where is accumulateTwoPhaseDispatchesSingle() defined?
accumulateTwoPhaseDispatchesSingle() is defined in packages/react-native-renderer/src/legacy-events/ResponderEventPlugin.js at line 335.
What does accumulateTwoPhaseDispatchesSingle() call?
accumulateTwoPhaseDispatchesSingle() calls 1 function(s): traverseTwoPhase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free