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

Function printLog

src/bridge/bridgeUI.ts:134–137  ·  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

132
133 /** Print a permanent log line, clearing status first and restoring after. */
134 function printLog(line: string): void {
135 clearStatusLines()
136 write(line)
137 }
138
139 /** Regenerate the QR code with the given URL. */
140 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