Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ Contains
Method
Contains
framework/src/bundle/BundleManifest.cpp:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
bool
195
BundleManifest::Contains(std::string const& key) const
196
{
197
return m_Headers.count(key) > 0;
198
}
199
200
Any
201
BundleManifest::GetValue(std::string const& key) const
Callers
1
BundlePrivate
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected