Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodebuffAI/codebuff
/ getCurrentChatDir
Function
getCurrentChatDir
cli/src/project-files.ts:93–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
export
function
getCurrentChatDir(): string {
94
const
chatId = getCurrentChatId()
95
const
dir = path.join(getProjectDataDir(),
'chats'
, chatId)
96
ensureChatDirectory(dir)
97
return
dir
98
}
Callers
3
getRunStatePath
Function · 0.90
getChatMessagesPath
Function · 0.90
sendAnalyticsAndLog
Function · 0.90
Calls
3
getCurrentChatId
Function · 0.85
getProjectDataDir
Function · 0.85
ensureChatDirectory
Function · 0.85
Tested by
no test coverage detected