MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / flushDebugLogs

Function flushDebugLogs

src/utils/debug.ts:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196export async function flushDebugLogs(): Promise<void> {
197 debugWriter?.flush()
198 await pendingWrite
199}
200
201export function logForDebugging(
202 message: string,

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected