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

Function _interactiveUpdates

code/new-context-api/public/app.js:2953–2955  ·  view source on GitHub ↗
(fn, a, b)

Source from the content-addressed store, hash-verified

2951 return fn(bookkeeping);
2952};
2953var _interactiveUpdates = function (fn, a, b) {
2954 return fn(a, b);
2955};
2956var _flushInteractiveUpdates = function () {};
2957
2958var isBatching = false;

Callers 1

interactiveUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected