MCPcopy 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
25export function isRelease(): boolean {
26 return import.meta.env.PROD;
27}
28
29export function humanizeTs(ts: number): string {
30 const timestampMs = ts * 1000;

Callers 5

main.tsFile · 0.90
beginMethod · 0.90
endMethod · 0.90
printMethod · 0.90
printAllMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected