MCPcopy 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
77function processRuntimeId(processId: string): string {
78 return `process:${processId}`
79}
80
81function now(): string {
82 return new Date().toISOString()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected