(remotePath, client)
| 272 | } |
| 273 | |
| 274 | async readFile (remotePath, client) { |
| 275 | return this.withOperationClient(currentClient => readRemoteFile(currentClient, remotePath), client) |
| 276 | } |
| 277 | |
| 278 | async writeFile (remotePath, str, mode, client) { |
| 279 | return this.withOperationClient(currentClient => { |
no test coverage detected