MCPcopy Create free account
hub / github.com/Noumena-Network/code / writeStatus

Function writeStatus

src/bridge/bridgeUI.ts:119–122  ·  view source on GitHub ↗

Write a status line and track its visual line count.

(text: string)

Source from the content-addressed store, hash-verified

117
118 /** Write a status line and track its visual line count. */
119 function writeStatus(text: string): void {
120 write(text)
121 statusLineCount += countVisualLines(text)
122 }
123
124 /** Clear any currently displayed status lines. */
125 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