Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ time
Function
time
packages/app/src/components/debug-bar.tsx:37–40 ·
view source on GitHub ↗
(n?: number)
Source
from the content-addressed store, hash-verified
35
}
36
37
const time = (n?: number) => {
38
if (n === undefined || Number.isNaN(n)) return
39
return `${Math.round(n)}`
40
}
41
42
const mb = (n?: number) => {
43
if (n === undefined || Number.isNaN(n)) return
Callers
3
longv
Function · 0.70
navv
Function · 0.70
DebugBar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected