MCPcopy Create free account
hub / github.com/MITK/MITK / Contains

Method Contains

Modules/CppMicroServices/src/usModuleManifest.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool ModuleManifest::Contains(const std::string& key) const
117{
118 return m_Properties.count(key) > 0;
119}
120
121Any ModuleManifest::GetValue(const std::string& key) const
122{

Callers 1

ModulePrivateMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected