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

Method GetProperties

framework/src/bundle/Bundle.cpp:213–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 std::map<std::string, Any>
214 Bundle::GetProperties() const
215 {
216 if (!d)
217 {
218 throw std::invalid_argument("invalid bundle");
219 }
220
221 return d->bundleManifest.GetPropertiesDeprecated();
222 }
223
224 AnyMap const&
225 Bundle::GetHeaders() const

Callers 7

TEST_FFunction · 0.45
frame037aMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
MatchMethod · 0.45

Calls 1

Tested by 6

TEST_FFunction · 0.36
frame037aMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36