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

Function setCurrentChatId

cli/src/project-files.ts:32–35  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

30}
31
32export function setCurrentChatId(chatId: string) {
33 currentChatId = chatId
34 return currentChatId
35}
36
37export function startNewChat() {
38 currentChatId = new Date().toISOString().replace(/:/g, '-')

Callers 1

useSendMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected