MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / generateUniqueKey

Function generateUniqueKey

src/utils/generateUUID.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 * @returns A unique key
7 */
8const generateUniqueKey = () => {
9 return uuidv4();
10};
11
12export default generateUniqueKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected