Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ randomUUID as nodeRandomUUID } from
'crypto'
2
3
export
function
randomUUID() {
4
return
nodeRandomUUID()
5
}
Callers
2
getInitialState
Function · 0.90
regenerateSessionId
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected