MCPcopy Index your code
hub / github.com/coder/code-server / handleRequest

Method handleRequest

src/node/routes/vscode.ts:28–28  ·  view source on GitHub ↗
(req: http.IncomingMessage, res: http.ServerResponse)

Source from the content-addressed store, hash-verified

26 */
27export interface IVSCodeServerAPI {
28 handleRequest(req: http.IncomingMessage, res: http.ServerResponse): Promise<void>
29 handleUpgrade(req: http.IncomingMessage, socket: net.Socket): void
30 handleServerError(err: Error): void
31 dispose(): void

Callers 1

vscode.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected