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

Function _batchedUpdates

code/communication/public/app.js:3624–3626  ·  view source on GitHub ↗
(fn, bookkeeping)

Source from the content-addressed store, hash-verified

3622
3623// Defaults
3624var _batchedUpdates = function (fn, bookkeeping) {
3625 return fn(bookkeeping);
3626};
3627var _interactiveUpdates = function (fn, a, b) {
3628 return fn(a, b);
3629};

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected