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

Function runExtractedEventsInBatch

code/styling/public/app.js:2402–2405  ·  view source on GitHub ↗
(topLevelType, targetInst, nativeEvent, nativeEventTarget)

Source from the content-addressed store, hash-verified

2400}
2401
2402function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
2403 var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
2404 runEventsInBatch(events, false);
2405}
2406
2407var EventPluginHub = Object.freeze({
2408 injection: injection,

Callers 1

handleTopLevelFunction · 0.70

Calls 2

extractEventsFunction · 0.70
runEventsInBatchFunction · 0.70

Tested by

no test coverage detected