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

Function recordEffect

code/event-handlers/public/app.js:6949–6953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6947};
6948
6949function recordEffect() {
6950 if (enableUserTimingAPI) {
6951 effectCountInCurrentCommit++;
6952 }
6953}
6954
6955function recordScheduleUpdate() {
6956 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected