(path: string)
| 516 | }, |
| 517 | |
| 518 | readlinkSync(path: string) { |
| 519 | using _ = slowLogging`fs.readlinkSync(${path})` |
| 520 | return fs.readlinkSync(path) |
| 521 | }, |
| 522 | |
| 523 | realpathSync(path: string) { |
| 524 | using _ = slowLogging`fs.realpathSync(${path})` |
nothing calls this directly
no outgoing calls
no test coverage detected