| 125 | } |
| 126 | |
| 127 | Str FileUrlPathConverter::pathFromUrl(const std::string_view fileUrl, |
| 128 | const PathType pathType) const { |
| 129 | return impl_->pathFromUrl(fileUrl, pathType); |
| 130 | } |
| 131 | } // namespace utils |
| 132 | } // namespace OPENASSETIO_CORE_ABI_VERSION |
| 133 | } // namespace openassetio |
no outgoing calls