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

Function recordEffect

code/styling/public/app.js:7619–7623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7617};
7618
7619function recordEffect() {
7620 if (enableUserTimingAPI) {
7621 effectCountInCurrentCommit++;
7622 }
7623}
7624
7625function recordScheduleUpdate() {
7626 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected