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

Function _interactiveUpdates

code/redux/public/app.js:3843–3845  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

3841 return fn(bookkeeping);
3842};
3843var _interactiveUpdates = function (fn, a, b) {
3844 return fn(a, b);
3845};
3846var _flushInteractiveUpdates = function () {};
3847
3848var isBatching = false;

Callers 1

interactiveUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected