MCPcopy 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
263function sanitizeValue(value: unknown): unknown {
264 return sanitizeConfigValue(value);
265}
266
267// ── Config + plugin entry detection ────────────────────────────────
268

Callers 1

collectDiagnosticsFunction · 0.70

Calls 1

sanitizeConfigValueFunction · 0.90

Tested by

no test coverage detected