| 581 | // (the Workers-RPC value carried between the DO and a Worker), so |
| 582 | // the name doesn't clash. |
| 583 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected