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