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

Function runEventInBatch

code/higher-order-components/public/app.js:4715–4717  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4713}
4714
4715function runEventInBatch(event) {
4716 runEventsInBatch(event, false);
4717}
4718
4719function getInstIfValueChanged(targetInst) {
4720 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected