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