MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / pathToUrl

Method pathToUrl

src/openassetio-core/src/utils/path.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

assert_expected_urlMethod · 0.45
pathToUrlMethod · 0.45

Calls

no outgoing calls

Tested by 1

assert_expected_urlMethod · 0.36