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

Function recordEffect

code/third-party/public/app.js:6852–6856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6850};
6851
6852function recordEffect() {
6853 if (enableUserTimingAPI) {
6854 effectCountInCurrentCommit++;
6855 }
6856}
6857
6858function recordScheduleUpdate() {
6859 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected