(dirPath)
| 551 | }, |
| 552 | |
| 553 | readdirStringSync(dirPath) { |
| 554 | using _ = slowLogging`fs.readdirStringSync(${dirPath})` |
| 555 | return fs.readdirSync(dirPath) |
| 556 | }, |
| 557 | |
| 558 | isDirEmptySync(dirPath) { |
| 559 | using _ = slowLogging`fs.isDirEmptySync(${dirPath})` |
nothing calls this directly
no outgoing calls
no test coverage detected