(absolutePath)
| 21944 | return await this._storage.write(absolutePath, content) |
| 21945 | } |
| 21946 | async list(absolutePath) { |
| 21947 | return await this._storage.list(absolutePath) |
| 21948 | } |
| 21949 | dirname(absolutePath) { |
| 21950 | return this._storage.dirname(absolutePath) |
| 21951 | } |
no test coverage detected