Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ pty-server.ts
File
pty-server.ts
src/server/web/pty-server.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
express from
"express"
;
2
import
{ createServer } from
"http"
;
3
import
{ mkdirSync } from
"fs"
;
4
import
path from
"path"
;
Callers
nothing calls this directly
Calls
15
createServer
Function · 0.85
userHomeDir
Function · 0.85
spawn
Function · 0.85
createAdminRouter
Function · 0.85
getAllSessions
Method · 0.80
getUserSessions
Method · 0.80
getSession
Method · 0.80
status
Method · 0.80
destroySession
Method · 0.80
isUserRateLimited
Method · 0.80
isUserAtConcurrentLimit
Method · 0.80
on
Method · 0.80
Tested by
no test coverage detected