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

Method Hash

framework/src/bundle/BundleResource.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 std::size_t
278 BundleResource::Hash() const
279 {
280 return std::hash<std::string>()(d->archive->GetResourcePrefix() + this->GetResourcePath());
281 }
282
283 std::unique_ptr<void, void (*)(void*)>
284 BundleResource::GetData() const

Callers 3

operator()Method · 0.45
BundleResource.hFile · 0.45

Calls 2

GetResourcePathMethod · 0.95
GetResourcePrefixMethod · 0.80

Tested by

no test coverage detected