Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
function
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
getAllChats
Function · 0.85
deleteChatSession
Function · 0.85
Calls
1
getProjectDataDir
Function · 0.90
Tested by
no test coverage detected