()
| 1231 | } |
| 1232 | |
| 1233 | function stopRemoteWatch(): void { |
| 1234 | if (stopRemoteVaultWatch) { |
| 1235 | stopRemoteVaultWatch() |
| 1236 | stopRemoteVaultWatch = null |
| 1237 | } |
| 1238 | } |
| 1239 | |
| 1240 | function startRemoteWatch(client: RemoteServerClient, capabilities: ServerCapabilities): void { |
| 1241 | stopRemoteWatch() |
no outgoing calls
no test coverage detected