MCPcopy Create free account
hub / github.com/Kevin7Qi/codex-collab / writeGlobalThreads

Function writeGlobalThreads

src/threads.test.ts:682–686  ·  view source on GitHub ↗
(globalDataDir: string, mapping: ThreadIndex)

Source from the content-addressed store, hash-verified

680 shortId: "kept",
681 startedAt: "2026-01-05T00:00:00Z",
682 completedAt: "2026-01-05T00:01:00Z",
683 }));
684
685 try {
686 pruneRuns(testDir, 1);
687 expect(existsSync(outsideLog)).toBe(true);
688 } finally {
689 rmSync(outsideLog, { force: true });

Callers 1

threads.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected