(fsPath)
| 448 | }, |
| 449 | |
| 450 | readFileBytesSync(fsPath) { |
| 451 | using _ = slowLogging`fs.readFileBytesSync(${fsPath})` |
| 452 | return fs.readFileSync(fsPath) |
| 453 | }, |
| 454 | |
| 455 | readSync(fsPath, options) { |
| 456 | using _ = slowLogging`fs.readSync(${fsPath}, ${options.length} bytes)` |
nothing calls this directly
no outgoing calls
no test coverage detected