MCPcopy 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
40function processId(): string {
41 return `proc-${Date.now().toString(36)}-${randomUUID()}`
42}
43
44async function assertDirectory(cwd: string): Promise<void> {
45 const stat = await fs.stat(cwd)

Callers 1

startChildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected