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

Method GetReference

framework/src/service/ServiceObjects.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

GetServiceMethod · 0.45
UnRegisterMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
RegisterServiceMethod · 0.45
Get_unlockedMethod · 0.45
FilterBundlesMethod · 0.45
GetRegisteredServicesMethod · 0.45
GetServicesInUseMethod · 0.45

Calls

no outgoing calls

Tested by 6

GetServiceMethod · 0.36
UnRegisterMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36