Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ flushDebugLogs
Function
flushDebugLogs
src/utils/debug.ts:198–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
export
async
function
flushDebugLogs(): Promise<void> {
199
debugWriter?.flush()
200
await
pendingWrite
201
}
202
203
export
function
logForDebugging(
204
message: string,
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected