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

Function recordEffect

code/composition/public/app.js:7757–7761  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7755};
7756
7757function recordEffect() {
7758 if (enableUserTimingAPI) {
7759 effectCountInCurrentCommit++;
7760 }
7761}
7762
7763function recordScheduleUpdate() {
7764 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected