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

Function getHasFormattedOutput

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

Source from the content-addressed store, hash-verified

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

Callers 1

initializeTelemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected