Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ recordEffect
Function
recordEffect
code/one-direction-data-flow/public/app.js:7492–7496 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7490
};
7491
7492
function
recordEffect() {
7493
if
(enableUserTimingAPI) {
7494
effectCountInCurrentCommit++;
7495
}
7496
}
7497
7498
function
recordScheduleUpdate() {
7499
if
(enableUserTimingAPI) {
Callers
2
commitAllHostEffects
Function · 0.70
commitAllLifeCycles
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected