MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getChatsDir

Function getChatsDir

cli/src/utils/chat-history.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16function getChatsDir(): string {
17 return path.join(getProjectDataDir(), 'chats')
18}
19
20/**
21 * Get the first user message from a list of chat messages

Callers 2

getAllChatsFunction · 0.85
deleteChatSessionFunction · 0.85

Calls 1

getProjectDataDirFunction · 0.90

Tested by

no test coverage detected