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

Function runEventInBatch

code/dependency-injection/public/app.js:4814–4816  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4812}
4813
4814function runEventInBatch(event) {
4815 runEventsInBatch(event, false);
4816}
4817
4818function getInstIfValueChanged(targetInst) {
4819 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected