| 10 | |
| 11 | namespace { |
| 12 | |
| 13 | std::string normalized_candidate_key(const std::string & relative_candidate) { |
| 14 | return std::filesystem::path(relative_candidate).generic_string(); |
| 15 | } |
| 16 | |
| 17 | std::string candidate_stem_or_filename(const std::string & relative_candidate) { |
no outgoing calls
no test coverage detected