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

Class

packages/computer/src/runtime/bridge.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { WorkspaceTrustedModule } from "./types.js";
7
8export class WorkspaceRuntimeBridge extends RpcTarget {
9 readonly #capability: WorkspaceRuntimeCapability;
10 readonly #git: GitClient | undefined;
11 readonly #artifacts: ArtifactClient | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected