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

Function _batchedUpdates

code/higher-order-components/public/app.js:3583–3585  ·  view source on GitHub ↗
(fn, bookkeeping)

Source from the content-addressed store, hash-verified

3581
3582// Defaults
3583var _batchedUpdates = function (fn, bookkeeping) {
3584 return fn(bookkeeping);
3585};
3586var _interactiveUpdates = function (fn, a, b) {
3587 return fn(a, b);
3588};

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected