Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
export
function
setCurrentChatId(chatId: string) {
33
currentChatId = chatId
34
return
currentChatId
35
}
36
37
export
function
startNewChat() {
38
currentChatId =
new
Date().toISOString().replace(/:/g,
'-'
)
Callers
1
useSendMessage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected