MCPcopy Index your code
hub / github.com/codeaashu/claude-code / writeStatus

Function writeStatus

src/bridge/bridgeUI.ts:118–121  ·  view source on GitHub ↗

Write a status line and track its visual line count.

(text: string)

Source from the content-addressed store, hash-verified

116
117 /** Write a status line and track its visual line count. */
118 function writeStatus(text: string): void {
119 write(text)
120 statusLineCount += countVisualLines(text)
121 }
122
123 /** Clear any currently displayed status lines. */
124 function clearStatusLines(): void {

Callers 4

renderConnectingLineFunction · 0.85
renderStatusLineFunction · 0.85
updateReconnectingStatusFunction · 0.85
updateFailedStatusFunction · 0.85

Calls 2

countVisualLinesFunction · 0.85
writeFunction · 0.70

Tested by

no test coverage detected