Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ isRelease
Function
isRelease
frontend/src/utils/util.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
export
function
isRelease(): boolean {
26
return
import
.meta.env.PROD;
27
}
28
29
export
function
humanizeTs(ts: number): string {
30
const
timestampMs = ts * 1000;
Callers
5
main.ts
File · 0.90
begin
Method · 0.90
end
Method · 0.90
print
Method · 0.90
printAll
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected