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

Function recordEffect

code/new-context-api/public/app.js:6980–6984  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6978};
6979
6980function recordEffect() {
6981 if (enableUserTimingAPI) {
6982 effectCountInCurrentCommit++;
6983 }
6984}
6985
6986function recordScheduleUpdate() {
6987 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected