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

Function startCommitTimer

code/dependency-injection/public/app.js:7871–7881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7869}
7870
7871function startCommitTimer() {
7872 if (enableUserTimingAPI) {
7873 if (!supportsUserTiming) {
7874 return;
7875 }
7876 isCommitting = true;
7877 hasScheduledUpdateInCurrentCommit = false;
7878 labelsInCurrentCommit.clear();
7879 beginMark('(Committing Changes)');
7880 }
7881}
7882
7883function stopCommitTimer() {
7884 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected