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

Function _interactiveUpdates

code/third-party/public/app.js:2825–2827  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

2823 return fn(bookkeeping);
2824};
2825var _interactiveUpdates = function (fn, a, b) {
2826 return fn(a, b);
2827};
2828var _flushInteractiveUpdates = function () {};
2829
2830var isBatching = false;

Callers 1

interactiveUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected