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

Method GetValue

Modules/CppMicroServices/src/usModuleManifest.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121Any ModuleManifest::GetValue(const std::string& key) const
122{
123 AnyMap::const_iterator iter = m_Properties.find(key);
124 if (iter != m_Properties.end())
125 {
126 return iter->second;
127 }
128 return Any();
129}
130
131std::vector<std::string> ModuleManifest::GetKeys() const
132{

Callers 7

ReadMethod · 0.45
ParseDicomPropertyMethod · 0.45
GetPropertyMethod · 0.45
ModulePrivateMethod · 0.45
AddSOPInstanceUIDsFunction · 0.45
DoCalculateFeaturesMethod · 0.45
DoCalculateFeaturesMethod · 0.45

Calls 3

AnyClass · 0.70
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected