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

Class

packages/rpc/src/server.ts:281–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279// stub. Capnweb walks the property tree on demand, so callers
280// only pay for the half they reach.
281class WorkspaceRPCServer extends RpcTarget implements WorkspaceRPC {
282 // sync / shell are exposed as getters — capnweb's RpcTarget
283 // refuses to traverse plain instance properties (the readLoop
284 // raises 'instance properties cannot be accessed over RPC').

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected