(fsPath)
| 438 | }, |
| 439 | |
| 440 | lstatSync(fsPath) { |
| 441 | using _ = slowLogging`fs.lstatSync(${fsPath})` |
| 442 | return fs.lstatSync(fsPath) |
| 443 | }, |
| 444 | |
| 445 | readFileSync(fsPath, options) { |
| 446 | using _ = slowLogging`fs.readFileSync(${fsPath})` |
nothing calls this directly
no outgoing calls
no test coverage detected