MCPcopy Create free account
hub / github.com/cortexkit/magic-context / sanitizeLogContent

Function sanitizeLogContent

packages/cli/src/lib/logs-opencode.ts:22–24  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

20 * twice.
21 */
22export function sanitizeLogContent(content: string): string {
23 return sanitizeDiagnosticText(content);
24}
25
26function formatTimestamp(date: Date): string {
27 const pad = (value: number) => String(value).padStart(2, "0");

Callers 2

bundleIssueReportFunction · 0.70

Calls 1

sanitizeDiagnosticTextFunction · 0.90

Tested by

no test coverage detected