MCPcopy 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

170type ChatStore = ChatStoreState & ChatStoreActions
171
172const generateSessionId = () => crypto.randomUUID()
173
174const initialState: ChatStoreState = {
175 chatSessionId: generateSessionId(),

Callers 1

chat-store.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected