()
| 63 | } |
| 64 | |
| 65 | kill () { |
| 66 | Object.values(this.transfers).forEach(transfer => { |
| 67 | transfer?.destroy?.() |
| 68 | }) |
| 69 | this.transfers = {} |
| 70 | super.onEndConn() |
| 71 | } |
| 72 | |
| 73 | async getHomeDir () { |
| 74 | return this.withOperationClient(client => client.pwd()) |
no test coverage detected