Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ _batchedUpdates
Function
_batchedUpdates
code/third-party/public/app.js:2822–2824 ·
view source on GitHub ↗
(fn, bookkeeping)
Source
from the content-addressed store, hash-verified
2820
2821
// Defaults
2822
var
_batchedUpdates =
function
(fn, bookkeeping) {
2823
return
fn(bookkeeping);
2824
};
2825
var
_interactiveUpdates =
function
(fn, a, b) {
2826
return
fn(a, b);
2827
};
Callers
1
batchedUpdates
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected