Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlchat/sqlchat
/ generateUUID
Function
generateUUID
src/utils/id.ts:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ v4 as uuidv4 } from
"uuid"
;
2
3
export
const
generateUUID = () => {
4
return
uuidv4();
5
};
Callers
3
sendMessageToCurrentConversation
Function · 0.90
getDefaultConversation
Function · 0.90
connection.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected