(dirPath)
| 562 | }, |
| 563 | |
| 564 | rmdirSync(dirPath) { |
| 565 | using _ = slowLogging`fs.rmdirSync(${dirPath})` |
| 566 | fs.rmdirSync(dirPath) |
| 567 | }, |
| 568 | |
| 569 | rmSync(path, options) { |
| 570 | using _ = slowLogging`fs.rmSync(${path})` |
nothing calls this directly
no outgoing calls
no test coverage detected