MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetResourcePrefix

Method GetResourcePrefix

framework/src/bundle/BundleArchive.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 std::string
107 BundleArchive::GetResourcePrefix() const
108 {
109 return resourcePrefix;
110 }
111
112 BundleResource
113 BundleArchive::GetResource(std::string const& path) const

Callers 4

BundleResourceMethod · 0.80
operator==Method · 0.80
HashMethod · 0.80
BundlePrivateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected