MCPcopy 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
198export async function flushDebugLogs(): Promise<void> {
199 debugWriter?.flush()
200 await pendingWrite
201}
202
203export function logForDebugging(
204 message: string,

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected