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

Class

packages/computer/src/runtime/capability.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5} from "./types.js";
6
7export class WorkspaceRuntimeCapability {
8 readonly #fs: WorkspaceRuntimeFilesystem;
9 readonly #root: string;
10 readonly #access: WorkspaceRuntimeAccess;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected