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

Function startCommitTimer

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

Source from the content-addressed store, hash-verified

7106}
7107
7108function startCommitTimer() {
7109 if (enableUserTimingAPI) {
7110 if (!supportsUserTiming) {
7111 return;
7112 }
7113 isCommitting = true;
7114 hasScheduledUpdateInCurrentCommit = false;
7115 labelsInCurrentCommit.clear();
7116 beginMark('(Committing Changes)');
7117 }
7118}
7119
7120function stopCommitTimer() {
7121 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected