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

Function runEventInBatch

code/redux/public/app.js:4972–4974  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4970}
4971
4972function runEventInBatch(event) {
4973 runEventsInBatch(event, false);
4974}
4975
4976function getInstIfValueChanged(targetInst) {
4977 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected