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

Function runEventInBatch

code/new-context-api/public/app.js:4082–4084  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4080}
4081
4082function runEventInBatch(event) {
4083 runEventsInBatch(event, false);
4084}
4085
4086function getInstIfValueChanged(targetInst) {
4087 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected