MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / stopCommitLifeCyclesTimer

Function stopCommitLifeCyclesTimer

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

Source from the content-addressed store, hash-verified

7978}
7979
7980function stopCommitLifeCyclesTimer() {
7981 if (enableUserTimingAPI) {
7982 if (!supportsUserTiming) {
7983 return;
7984 }
7985 var count = effectCountInCurrentCommit;
7986 effectCountInCurrentCommit = 0;
7987 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
7988 }
7989}
7990
7991var didWarnUpdateInsideUpdate = void 0;
7992

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected