Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ _batchedUpdates
Function
_batchedUpdates
code/one-direction-data-flow/public/app.js:3462–3464 ·
view source on GitHub ↗
(fn, bookkeeping)
Source
from the content-addressed store, hash-verified
3460
3461
// Defaults
3462
var
_batchedUpdates =
function
(fn, bookkeeping) {
3463
return
fn(bookkeeping);
3464
};
3465
var
_interactiveUpdates =
function
(fn, a, b) {
3466
return
fn(a, b);
3467
};
Callers
1
batchedUpdates
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected