(absolutePath)
| 21935 | return await this._storage.read(absolutePath) |
| 21936 | } |
| 21937 | async createReadStream(absolutePath) { |
| 21938 | return await this._storage.createReadStream(absolutePath) |
| 21939 | } |
| 21940 | async exists(absolutePath) { |
| 21941 | return await this._storage.exists(absolutePath) |
| 21942 | } |
nothing calls this directly
no test coverage detected