MCPcopy Index your code
hub / github.com/Noumena-Network/code / randomUUID

Function randomUUID

src/utils/crypto.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10import { randomUUID as nodeRandomUUID } from 'crypto'
11
12export function randomUUID(): string {
13 return nodeRandomUUID()
14}

Callers 15

submitMessageMethod · 0.90
uploadBriefAttachmentFunction · 0.90
runTmuxCommandFunction · 0.90
runAgentFunction · 0.90
buildForkedMessagesFunction · 0.90
createToolWrapperFunction · 0.90
callFunction · 0.90
executeMethod · 0.90
callFunction · 0.90
useSurveyStateFunction · 0.90
useFrustrationDetectionFunction · 0.90

Calls

no outgoing calls

Tested by 3

createUserMessageFunction · 0.72
createAssistantMessageFunction · 0.72
createProgressMessageFunction · 0.72