MCPcopy Create free account
hub / github.com/freecodexyz/free-code / setHasFormattedOutput

Function setHasFormattedOutput

src/utils/debug.ts:128–130  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

126
127let hasFormattedOutput = false
128export function setHasFormattedOutput(value: boolean): void {
129 hasFormattedOutput = value
130}
131export function getHasFormattedOutput(): boolean {
132 return hasFormattedOutput
133}

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected