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

Function runEventInBatch

code/third-party/public/app.js:3954–3956  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

3952}
3953
3954function runEventInBatch(event) {
3955 runEventsInBatch(event, false);
3956}
3957
3958function getInstIfValueChanged(targetInst) {
3959 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected