Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ logStatus
Function
logStatus
src/bridge/bridgeUI.ts:346–348 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
344
},
345
346
logStatus(message: string): void {
347
printLog(chalk.dim(`[${timestamp()}]`) + ` ${message}\n`)
348
},
349
350
logVerbose(message: string): void {
351
if
(verbose) {
Callers
nothing calls this directly
Calls
2
printLog
Function · 0.85
timestamp
Function · 0.85
Tested by
no test coverage detected