MCPcopy
hub / github.com/coder/code-server / CodeServerProcess

Interface CodeServerProcess

test/e2e/models/CodeServer.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { getMaybeProxiedCodeServer, idleTimer, tmpdir } from "../../utils/helpers"
11
12interface CodeServerProcess {
13 process: cp.ChildProcess
14 address: string
15}
16
17class Context {
18 private _canceled = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected