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

Method GetReference

Modules/CppMicroServices/src/usServiceObjects.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151ServiceReferenceBase ServiceObjectsBase::GetReference() const
152{
153 return d->m_reference;
154}
155
156ServiceObjectsBase::ServiceObjectsBase(const ServiceObjectsBase& other)
157 : d(other.d)

Callers 11

usServiceTemplateTestFunction · 0.45
RegisterServiceMethod · 0.45
Get_unlockedMethod · 0.45
FilterModulesMethod · 0.45
GetRegisteredServicesMethod · 0.45
GetServicesInUseMethod · 0.45
RemoveModuleResourcesMethod · 0.45

Calls

no outgoing calls

Tested by 2

usServiceTemplateTestFunction · 0.36