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

Function runEventInBatch

code/one-direction-data-flow/public/app.js:4594–4596  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4592}
4593
4594function runEventInBatch(event) {
4595 runEventsInBatch(event, false);
4596}
4597
4598function getInstIfValueChanged(targetInst) {
4599 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected