Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ processRuntimeId
Function
processRuntimeId
projects/runtime-node/src/process.ts:77–79 ·
view source on GitHub ↗
(processId: string)
Source
from the content-addressed store, hash-verified
75
}
76
77
function
processRuntimeId(processId: string): string {
78
return
`process:${processId}`
79
}
80
81
function
now(): string {
82
return
new
Date().toISOString()
Callers
1
registerRuntimeNodeProcessModule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected