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

Function _batchedUpdates

code/controlled-uncontrolled/public/app.js:2913–2915  ·  view source on GitHub ↗
(fn, bookkeeping)

Source from the content-addressed store, hash-verified

2911
2912// Defaults
2913var _batchedUpdates = function (fn, bookkeeping) {
2914 return fn(bookkeeping);
2915};
2916var _interactiveUpdates = function (fn, a, b) {
2917 return fn(a, b);
2918};

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected