MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / maintain-history.test.ts

File maintain-history.test.ts

test/maintain-history.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { serializeMaintainHistory, deserializeMaintainHistory, mergeRuns, verifyHistoryAudit, historyHead, MAINTAIN_HISTORY_VERSION } from '../src/cli/maintain-history.ts';
3import type { MaintainRun } from '../src/cli/maintain-stats.ts';
4

Callers

nothing calls this directly

Calls 5

serializeMaintainHistoryFunction · 0.90
verifyHistoryAuditFunction · 0.90
historyHeadFunction · 0.90
mergeRunsFunction · 0.90

Tested by

no test coverage detected