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

Class

packages/computer/src/workspace.ts:1002–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000// expects a WorkspaceShell without having to thread the union
1001// type through.
1002class WorkspaceShellRouter {
1003 readonly #defaultId: string;
1004 readonly #shellFor: (id: string) => Promise<{ shell: WorkspaceShell; handle: BackendHandle }>;
1005 readonly #resolveId: (id: string | undefined) => string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected