| 176 | } |
| 177 | |
| 178 | static fs::path getDefaultPathNoWarning(PathId id) |
| 179 | { |
| 180 | auto basePath = getBasePath(id); |
| 181 | auto subPath = getSubPath(id); |
| 182 | auto result = (basePath / subPath).lexically_normal(); |
| 183 | return result; |
| 184 | } |
| 185 | |
| 186 | fs::path getPathNoWarning(PathId id) |
| 187 | { |
no test coverage detected