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

Function recordEffect

code/controlled-uncontrolled/public/app.js:6943–6947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6941};
6942
6943function recordEffect() {
6944 if (enableUserTimingAPI) {
6945 effectCountInCurrentCommit++;
6946 }
6947}
6948
6949function recordScheduleUpdate() {
6950 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected