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

Function runEventInBatch

code/communication/public/app.js:4756–4758  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4754}
4755
4756function runEventInBatch(event) {
4757 runEventsInBatch(event, false);
4758}
4759
4760function getInstIfValueChanged(targetInst) {
4761 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected