Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ processId
Function
processId
projects/runtime-node/src/localProcess.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
function
processId(): string {
41
return
`proc-${Date.now().toString(36)}-${randomUUID()}`
42
}
43
44
async
function
assertDirectory(cwd: string): Promise<void> {
45
const
stat =
await
fs.stat(cwd)
Callers
1
startChild
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected