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

Function renderElapsedTime

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

Source from the content-addressed store, hash-verified

188 }
189
190 const renderElapsedTime = () => {
191 if (!shouldShowTimer || elapsedSeconds === 0) {
192 return null
193 }
194
195 return <span fg={theme.secondary}>{formatElapsedTime(elapsedSeconds)}</span>
196 }
197
198 const statusIndicatorContent = renderStatusIndicator()
199 const elapsedTimeContent = renderElapsedTime()

Callers 1

StatusBarFunction · 0.85

Calls 1

formatElapsedTimeFunction · 0.90

Tested by

no test coverage detected