| 279 | // stub. Capnweb walks the property tree on demand, so callers |
| 280 | // only pay for the half they reach. |
| 281 | class 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'). |
nothing calls this directly
no outgoing calls
no test coverage detected