Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ discreteUpdatesImpl
Function
discreteUpdatesImpl
docs/external/js/react-dom.development.js:740–742 ·
view source on GitHub ↗
(fn, a, b, c, d)
Source
from the content-addressed store, hash-verified
738
};
739
740
var
discreteUpdatesImpl =
function
(fn, a, b, c, d) {
741
return
fn(a, b, c, d);
742
};
743
744
var
flushDiscreteUpdatesImpl =
function
() {};
745
Callers
1
discreteUpdates
Function · 0.85
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected