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

Function runEventInBatch

code/composition/public/app.js:4859–4861  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4857}
4858
4859function runEventInBatch(event) {
4860 runEventsInBatch(event, false);
4861}
4862
4863function getInstIfValueChanged(targetInst) {
4864 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected