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

Function _interactiveUpdates

code/event-handlers/public/app.js:2922–2924  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

2920 return fn(bookkeeping);
2921};
2922var _interactiveUpdates = function (fn, a, b) {
2923 return fn(a, b);
2924};
2925var _flushInteractiveUpdates = function () {};
2926
2927var isBatching = false;

Callers 1

interactiveUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected