MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / serializeAuditLog

Function serializeAuditLog

src/cli/maintain-audit.ts:144–146  ·  view source on GitHub ↗
(log: SignedAuditLog)

Source from the content-addressed store, hash-verified

142
143/** Serialize to pretty JSON. PURE. */
144export function serializeAuditLog(log: SignedAuditLog): string {
145 return JSON.stringify(log, null, 2);
146}
147
148export interface AuditVerifyResult {
149 ok: boolean;

Callers 2

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected