| 120 | FileUrlPathConverter::~FileUrlPathConverter() = default; |
| 121 | |
| 122 | Str FileUrlPathConverter::pathToUrl(const std::string_view absolutePath, |
| 123 | const PathType pathType) const { |
| 124 | return impl_->pathToUrl(absolutePath, pathType); |
| 125 | } |
| 126 | |
| 127 | Str FileUrlPathConverter::pathFromUrl(const std::string_view fileUrl, |
| 128 | const PathType pathType) const { |
no outgoing calls