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

Class

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

Source from the content-addressed store, hash-verified

581// (the Workers-RPC value carried between the DO and a Worker), so
582// the name doesn't clash.
583export class WorkspaceStub extends RpcTarget {
584 // Getters rather than instance properties so Workers RPC
585 // exposes them through the stub proxy. Plain readonly fields
586 // set in the constructor land as private isolate state and the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected