Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
merge
Method · 0.80
mergeSchemas
Method · 0.80
mergeTables
Method · 0.80
mergeTablePartitions
Method · 0.80
mergeColumns
Method · 0.80
diffColumn
Method · 0.80
mergeViews
Method · 0.80
mergeProcedures
Method · 0.80
mergeFunctions
Method · 0.80
Calls
2
isRelease
Function · 0.90
now
Function · 0.85
Tested by
no test coverage detected