MCPcopy Create free account
hub / github.com/reactjs/react-rails / queueDiscreteEvent

Function queueDiscreteEvent

lib/assets/react-source/development/react.js:7421–7424  ·  view source on GitHub ↗
(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent)

Source from the content-addressed store, hash-verified

7419 }
7420
7421 function queueDiscreteEvent(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent) {
7422 var queuedEvent = createQueuedReplayableEvent(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent);
7423 queuedDiscreteEvents.push(queuedEvent);
7424 } // Resets the replaying for this type of continuous event to no event.
7425
7426 function clearIfContinuousEvent(topLevelType, nativeEvent) {
7427 switch (topLevelType) {

Callers 1

dispatchEventFunction · 0.85

Calls 1

Tested by

no test coverage detected