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

Function runExtractedEventsInBatch

code/composition/public/app.js:2540–2543  ·  view source on GitHub ↗
(topLevelType, targetInst, nativeEvent, nativeEventTarget)

Source from the content-addressed store, hash-verified

2538}
2539
2540function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
2541 var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
2542 runEventsInBatch(events, false);
2543}
2544
2545var EventPluginHub = Object.freeze({
2546 injection: injection,

Callers 1

handleTopLevelFunction · 0.70

Calls 2

extractEventsFunction · 0.70
runEventsInBatchFunction · 0.70

Tested by

no test coverage detected