MCPcopy
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

1import express from "express";
2import { createServer } from "http";
3import { mkdirSync } from "fs";
4import path from "path";

Callers

nothing calls this directly

Calls 15

createServerFunction · 0.85
userHomeDirFunction · 0.85
spawnFunction · 0.85
createAdminRouterFunction · 0.85
getAllSessionsMethod · 0.80
getUserSessionsMethod · 0.80
getSessionMethod · 0.80
statusMethod · 0.80
destroySessionMethod · 0.80
isUserRateLimitedMethod · 0.80
onMethod · 0.80

Tested by

no test coverage detected