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

Function threadsFilePath

src/threads.ts:57–59  ·  view source on GitHub ↗
(stateDir: string)

Source from the content-addressed store, hash-verified

55// ─── Thread Index ──────────────────────────────────────────────────────────
56
57function threadsFilePath(stateDir: string): string {
58 return join(stateDir, "threads.json");
59}
60
61export function loadThreadIndex(stateDir: string): ThreadIndex {
62 const filePath = threadsFilePath(stateDir);

Callers 6

loadThreadIndexFunction · 0.85
saveThreadIndexFunction · 0.85
mutateThreadIndexFunction · 0.85
registerThreadFunction · 0.85
removeThreadFunction · 0.85
pruneRunsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected