Test if the backend is reachable and credentials are valid
()
| 22 | |
| 23 | /** Test if the backend is reachable and credentials are valid */ |
| 24 | testConnection(): Promise<boolean>; |
| 25 | |
| 26 | /** Ensure the remote directory structure exists */ |
| 27 | ensureDirectories(): Promise<void>; |
no outgoing calls
no test coverage detected