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

Function printLog

src/bridge/bridgeUI.ts:135–138  ·  view source on GitHub ↗

Print a permanent log line, clearing status first and restoring after.

(line: string)

Source from the content-addressed store, hash-verified

133
134 /** Print a permanent log line, clearing status first and restoring after. */
135 function printLog(line: string): void {
136 clearStatusLines()
137 write(line)
138 }
139
140 /** Regenerate the QR code with the given URL. */
141 function regenerateQr(url: string): void {

Callers 7

logSessionStartFunction · 0.85
logSessionCompleteFunction · 0.85
logSessionFailedFunction · 0.85
logStatusFunction · 0.85
logVerboseFunction · 0.85
logErrorFunction · 0.85
logReconnectedFunction · 0.85

Calls 2

clearStatusLinesFunction · 0.85
writeFunction · 0.70

Tested by

no test coverage detected