MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / ptyRuntimeId

Function ptyRuntimeId

projects/runtime-node/src/pty.ts:85–87  ·  view source on GitHub ↗
(ptyId: string)

Source from the content-addressed store, hash-verified

83}
84
85function ptyRuntimeId(ptyId: string): string {
86 return `pty:${ptyId}`
87}
88
89function now(): string {
90 return new Date().toISOString()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected