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

Method begin

frontend/src/utils/TinyTimer.ts:31–35  ·  view source on GitHub ↗
(tag: T)

Source from the content-addressed store, hash-verified

29 this.title = title;
30 }
31 begin(tag: T) {
32 if (isRelease()) return;
33
34 this.begins[tag] = now();
35 }
36 end(tag: T, loops = 1) {
37 if (isRelease()) return;
38

Callers 9

mergeMethod · 0.80
mergeSchemasMethod · 0.80
mergeTablesMethod · 0.80
mergeTablePartitionsMethod · 0.80
mergeColumnsMethod · 0.80
diffColumnMethod · 0.80
mergeViewsMethod · 0.80
mergeProceduresMethod · 0.80
mergeFunctionsMethod · 0.80

Calls 2

isReleaseFunction · 0.90
nowFunction · 0.85

Tested by

no test coverage detected