(buffer: Uint8Array)
| 321 | } |
| 322 | |
| 323 | writeAll(buffer: Uint8Array) { |
| 324 | return buffer.length === 0 ? Effect.void : this.writeAllChunk(buffer) |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | const open: FileSystem.FileSystem["open"] = (path, options) => { |
no test coverage detected