MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/proxy.ts:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64export class WorkspaceProxy extends WorkerEntrypoint<unknown, WorkspaceProxyProps> {
65 override async fetch(request: Request): Promise<Response> {
66 const url = new URL(request.url);
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected