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

Function startCommitTimer

code/communication/public/app.js:7813–7823  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7811}
7812
7813function startCommitTimer() {
7814 if (enableUserTimingAPI) {
7815 if (!supportsUserTiming) {
7816 return;
7817 }
7818 isCommitting = true;
7819 hasScheduledUpdateInCurrentCommit = false;
7820 labelsInCurrentCommit.clear();
7821 beginMark('(Committing Changes)');
7822 }
7823}
7824
7825function stopCommitTimer() {
7826 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected