| 62 | |
| 63 | |
| 64 | std::string join(const std::string& path1, const std::string& path2) { |
| 65 | return (fs::u8path(path1) / fs::u8path(path2)).generic_u8string(); |
| 66 | } |
| 67 | |
| 68 | |
| 69 | static void appendEntries(std::vector<std::string>& entries, const fs::path& dir, int depth) { |
no outgoing calls
no test coverage detected