()
| 529 | // method). The stub is a lazy RpcTarget — it doesn't own any |
| 530 | // resources itself; it just delegates back to this workspace. |
| 531 | stub(): WorkspaceStub { |
| 532 | return new WorkspaceStub(this); |
| 533 | } |
| 534 | |
| 535 | // Sync the local store with a configured backend. |
| 536 | // |
no outgoing calls
no test coverage detected