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

Function _interactiveUpdates

code/dependency-injection/public/app.js:3685–3687  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

3683 return fn(bookkeeping);
3684};
3685var _interactiveUpdates = function (fn, a, b) {
3686 return fn(a, b);
3687};
3688var _flushInteractiveUpdates = function () {};
3689
3690var isBatching = false;

Callers 1

interactiveUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected