Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ sanitizeValue
Function
sanitizeValue
packages/cli/src/lib/diagnostics-opencode.ts:263–265 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
261
}
262
263
function
sanitizeValue(value: unknown): unknown {
264
return
sanitizeConfigValue(value);
265
}
266
267
// ── Config + plugin entry detection ────────────────────────────────
268
Callers
1
collectDiagnostics
Function · 0.70
Calls
1
sanitizeConfigValue
Function · 0.90
Tested by
no test coverage detected