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

Method pathFromUrl

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

Source from the content-addressed store, hash-verified

125}
126
127Str 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

Callers 3

test_commonMethod · 0.45
assert_expected_pathMethod · 0.45
pathFromUrlMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_commonMethod · 0.36
assert_expected_pathMethod · 0.36