MCPcopy
hub / github.com/claude-code-best/claude-code / getHasFormattedOutput

Function getHasFormattedOutput

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

Source from the content-addressed store, hash-verified

127 hasFormattedOutput = value
128}
129export function getHasFormattedOutput(): boolean {
130 return hasFormattedOutput
131}
132
133let debugWriter: BufferedWriter | null = null
134let pendingWrite: Promise<void> = Promise.resolve()

Callers 1

initializeTelemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected