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

Function getHasFormattedOutput

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

Source from the content-addressed store, hash-verified

245 hasFormattedOutput = value
246}
247export function getHasFormattedOutput(): boolean {
248 return hasFormattedOutput
249}
250
251let debugWriter: BufferedWriter | null = null
252let pendingWrite: Promise<void> = Promise.resolve()

Callers 1

initializeTelemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected