Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
bool ModuleManifest::Contains(const std::string& key) const
117
{
118
return m_Properties.count(key) > 0;
119
}
120
121
Any ModuleManifest::GetValue(const std::string& key) const
122
{
Callers
1
ModulePrivate
Method · 0.45
Calls
1
count
Method · 0.80
Tested by
no test coverage detected