Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ formatPrettyValue
Function
formatPrettyValue
src/logger.ts:96–99 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
94
}
95
96
function
formatPrettyValue(value: unknown): string {
97
if
(typeof value ===
"string"
)
return
JSON.stringify(value);
98
return
JSON.stringify(value);
99
}
Callers
1
formatPretty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected