Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ generateSessionId
Function
generateSessionId
cli/src/state/chat-store.ts:172–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
type
ChatStore = ChatStoreState & ChatStoreActions
171
172
const
generateSessionId = () => crypto.randomUUID()
173
174
const
initialState: ChatStoreState = {
175
chatSessionId: generateSessionId(),
Callers
1
chat-store.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected