MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / recordEffect

Function recordEffect

code/redux/public/app.js:7870–7874  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7868};
7869
7870function recordEffect() {
7871 if (enableUserTimingAPI) {
7872 effectCountInCurrentCommit++;
7873 }
7874}
7875
7876function recordScheduleUpdate() {
7877 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected