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

Function logStatus

src/bridge/bridgeUI.ts:347–349  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

345 },
346
347 logStatus(message: string): void {
348 printLog(chalk.dim(`[${timestamp()}]`) + ` ${message}\n`)
349 },
350
351 logVerbose(message: string): void {
352 if (verbose) {

Callers

nothing calls this directly

Calls 2

printLogFunction · 0.85
timestampFunction · 0.85

Tested by

no test coverage detected