MCPcopy 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

1import { v4 as uuidv4 } from "uuid";
2
3export const generateUUID = () => {
4 return uuidv4();
5};

Callers 3

getDefaultConversationFunction · 0.90
connection.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected