| 12 | namespace { |
| 13 | |
| 14 | std::string path_arg_string(const std::filesystem::path & path) { |
| 15 | return path.string(); |
| 16 | } |
| 17 | |
| 18 | std::filesystem::path resolve_case_path( |
| 19 | const std::filesystem::path & base_dir, |
no outgoing calls
no test coverage detected