Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
8
const
generateUniqueKey = () => {
9
return
uuidv4();
10
};
11
12
export
default generateUniqueKey;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected