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

Function _interactiveUpdates

code/styling/public/app.js:3592–3594  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

3590 return fn(bookkeeping);
3591};
3592var _interactiveUpdates = function (fn, a, b) {
3593 return fn(a, b);
3594};
3595var _flushInteractiveUpdates = function () {};
3596
3597var isBatching = false;

Callers 1

interactiveUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected