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

Method GetPropertyKeys

Modules/CppMicroServices/src/usServiceReferenceBase.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ServiceReferenceBase::GetPropertyKeys(std::vector<std::string>& keys) const
84{
85 if (d == nullptr || d->registration == nullptr) return;
86
87 MutexLock lock(d->registration->propsLock);
88
89 const std::vector<std::string>& ks = d->registration->properties.Keys();
90 keys.assign(ks.begin(), ks.end());
91}
92
93Module* ServiceReferenceBase::GetModule() const
94{

Callers 1

Calls 3

KeysMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected