Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
let
hasFormattedOutput = false
128
export
function
setHasFormattedOutput(value: boolean): void {
129
hasFormattedOutput = value
130
}
131
export
function
getHasFormattedOutput(): boolean {
132
return
hasFormattedOutput
133
}
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected