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

Class

packages/computer/src/stub.ts:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88// WriteFileContent union includes ReadableStream<Uint8Array> for
89// the same reason.
90export class WorkspaceFilesystemStub extends RpcTarget {
91 readonly #ws: Workspace;
92
93 constructor(ws: Workspace) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected