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

Method GetModule

Modules/CppMicroServices/src/usServiceReferenceBase.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93Module* ServiceReferenceBase::GetModule() const
94{
95 if (d->registration == nullptr || d->registration->module == nullptr)
96 {
97 return nullptr;
98 }
99
100 return d->registration->module->q;
101}
102
103void ServiceReferenceBase::GetUsingModules(std::vector<Module*>& modules) const
104{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected