MCPcopy Create free account
hub / github.com/bytebase/bytebase / printAll

Method printAll

frontend/src/utils/TinyTimer.ts:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 console.debug(contents.join(" "));
60 }
61 printAll() {
62 if (isRelease()) return;
63
64 const tags = Object.keys(this.entires);
65 tags.forEach((tag) => this.print(tag as T));
66 }
67}

Callers 1

useAlgorithmFunction · 0.80

Calls 3

printMethod · 0.95
isReleaseFunction · 0.90
keysMethod · 0.80

Tested by

no test coverage detected