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

Function runEventInBatch

code/controlled-uncontrolled/public/app.js:4045–4047  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4043}
4044
4045function runEventInBatch(event) {
4046 runEventsInBatch(event, false);
4047}
4048
4049function getInstIfValueChanged(targetInst) {
4050 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected