MCPcopy 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
37const time = (n?: number) => {
38 if (n === undefined || Number.isNaN(n)) return
39 return `${Math.round(n)}`
40}
41
42const mb = (n?: number) => {
43 if (n === undefined || Number.isNaN(n)) return

Callers 3

longvFunction · 0.70
navvFunction · 0.70
DebugBarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected