Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useAlgorithm
Function · 0.80
Calls
3
print
Method · 0.95
isRelease
Function · 0.90
keys
Method · 0.80
Tested by
no test coverage detected