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

Function flushDebugLogs

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

Source from the content-addressed store, hash-verified

368}
369
370export async function flushDebugLogs(): Promise<void> {
371 debugWriter?.flush()
372 await pendingWrite
373}
374
375export function logForDebugging(
376 message: string,

Callers 2

debug.test.tsFile · 0.85
callFunction · 0.85

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected