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

Method GetValue

framework/src/bundle/BundleManifest.cpp:200–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 Any
201 BundleManifest::GetValue(std::string const& key) const
202 {
203 auto iter = m_Headers.find(key);
204 if (m_Headers.cend() != iter)
205 {
206 return iter->second;
207 }
208 return Any();
209 }
210
211 void
212 BundleManifest::CopyDeprecatedProperties() const

Callers 1

BundlePrivateMethod · 0.45

Calls 3

cendMethod · 0.80
AnyClass · 0.50
findMethod · 0.45

Tested by

no test coverage detected