Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
import
{ randomUUID as nodeRandomUUID } from
'crypto'
11
12
export
function
randomUUID(): string {
13
return
nodeRandomUUID()
14
}
Callers
15
submitMessage
Method · 0.90
TaskToolTaskListRuntime.test.ts
File · 0.90
uploadBriefAttachment
Function · 0.90
runTmuxCommand
Function · 0.90
runAgent
Function · 0.90
buildForkedMessages
Function · 0.90
createToolWrapper
Function · 0.90
call
Function · 0.90
execute
Method · 0.90
call
Function · 0.90
useSurveyState
Function · 0.90
useFrustrationDetection
Function · 0.90
Calls
no outgoing calls
Tested by
3
createUserMessage
Function · 0.72
createAssistantMessage
Function · 0.72
createProgressMessage
Function · 0.72