MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / updateElapsed

Function updateElapsed

cli/src/components/status-bar.tsx:113–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 const updateElapsed = () => {
114 const now = Date.now()
115 const elapsed = Math.floor((now - timerStartTime) / 1000)
116 setElapsedSeconds(elapsed)
117 }
118
119 updateElapsed()
120 const interval = setInterval(updateElapsed, 1000)

Callers 1

StatusBarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected