Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
function
ptyRuntimeId(ptyId: string): string {
86
return
`pty:${ptyId}`
87
}
88
89
function
now(): string {
90
return
new
Date().toISOString()
Callers
1
registerRuntimeNodePtyModule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected