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

Method GetPropertyKeys

framework/src/bundle/Bundle.cpp:262–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 std::vector<std::string>
263 Bundle::GetPropertyKeys() const
264 {
265 if (!d)
266 {
267 throw std::invalid_argument("invalid bundle");
268 }
269
270 return d->bundleManifest.GetKeysDeprecated();
271 }
272
273 std::vector<ServiceReferenceU>
274 Bundle::GetRegisteredServices() const

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
ToDTOFunction · 0.45

Calls 1

GetKeysDeprecatedMethod · 0.80

Tested by 4

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