| 30 | } |
| 31 | |
| 32 | ExistingFile::ExistingFile(std::string filePath_, const Options& options) |
| 33 | : options_(options) |
| 34 | { |
| 35 | filePath = scrub(filePath_, options); |
| 36 | } |
| 37 | |
| 38 | std::string ExistingFile::getFileExtensionWithDot() const |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected