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

Method GetProperty

Modules/CppMicroServices/src/usModule.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230Any Module::GetProperty(const std::string& key) const
231{
232 return d->moduleManifest.GetValue(key);
233}
234
235std::vector<std::string> Module::GetPropertyKeys() const
236{

Callers 15

testDefaultAutoLoadPathFunction · 0.45
serviceChangedMethod · 0.45
usModuleManifestTestFunction · 0.45
TestServiceTrackerFunction · 0.45
usServiceEvent.cppFile · 0.45
AddingServiceMethod · 0.45

Calls 1

GetValueMethod · 0.45

Tested by 9

testDefaultAutoLoadPathFunction · 0.36
serviceChangedMethod · 0.36
usModuleManifestTestFunction · 0.36
TestServiceTrackerFunction · 0.36