Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ _batchedUpdates
Function
_batchedUpdates
code/composition/public/app.js:3727–3729 ·
view source on GitHub ↗
(fn, bookkeeping)
Source
from the content-addressed store, hash-verified
3725
3726
// Defaults
3727
var
_batchedUpdates =
function
(fn, bookkeeping) {
3728
return
fn(bookkeeping);
3729
};
3730
var
_interactiveUpdates =
function
(fn, a, b) {
3731
return
fn(a, b);
3732
};
Callers
1
batchedUpdates
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected