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

Class

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

Source from the content-addressed store, hash-verified

160}
161
162export class WorkspaceServiceProxy extends WorkerEntrypoint<unknown, WorkspaceServiceProxyProps> {
163 // Forward to the host DO's Workspace stub accessor. The method
164 // name is intentionally private-looking so user code reaches for
165 // `getWorkspace(stub)` instead of calling it directly.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected