MCPcopy
hub / github.com/anomalyco/opencode / longv

Function longv

packages/app/src/components/debug-bar.tsx:143–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 return `${Math.round(value * 100)}%`
142 }
143 const longv = () => (state.long.count === undefined ? na() : `${time(state.long.block) ?? na()}/${state.long.count}`)
144 const navv = () => (state.nav.pending ? "..." : (time(state.nav.dur) ?? na()))
145
146 let prev = ""

Callers 1

DebugBarFunction · 0.85

Calls 2

naFunction · 0.85
timeFunction · 0.70

Tested by

no test coverage detected