MCPcopy Create free account
hub / github.com/coder/mux / chatPath

Function chatPath

src/node/services/historyService.test.ts:1724–1726  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

1722 }
1723
1724 function chatPath(workspaceId: string): string {
1725 return path.join(config.getSessionDir(workspaceId), "chat.jsonl");
1726 }
1727
1728 function archivePath(workspaceId: string): string {
1729 return path.join(config.getSessionDir(workspaceId), "chat-archive.jsonl");

Callers 1

Calls 1

getSessionDirMethod · 0.65

Tested by

no test coverage detected