(path: string)
| 572 | }, |
| 573 | |
| 574 | createWriteStream(path: string) { |
| 575 | return fs.createWriteStream(path) |
| 576 | }, |
| 577 | |
| 578 | async readFileBytes(fsPath: string, maxBytes?: number) { |
| 579 | if (maxBytes === undefined) { |
no outgoing calls
no test coverage detected