| 162 | } |
| 163 | |
| 164 | bool hasTxtExtension(std::string_view fileName) { return checkFileExtension(fileName, ".txt"); } |
| 165 | |
| 166 | bool hasMarkdownExtension(std::string_view fileName) { return checkFileExtension(fileName, ".md"); } |
| 167 |
nothing calls this directly
no test coverage detected