MCPcopy Create free account
hub / github.com/Noumena-Network/code / randomUUID

Function randomUUID

src/utils/crypto.js:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { randomUUID as nodeRandomUUID } from 'crypto'
2
3export function randomUUID() {
4 return nodeRandomUUID()
5}

Callers 2

getInitialStateFunction · 0.90
regenerateSessionIdFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected