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

Method GetMicroserviceID

Modules/Core/src/Rendering/mitkAnnotation.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322std::string mitk::Annotation::GetMicroserviceID()
323{
324 return this->m_ServiceRegistration.GetReference().GetProperty(US_PROPKEY_ID).ToString();
325}
326
327void mitk::Annotation::RegisterAsMicroservice(us::ServiceProperties props)
328{

Callers 4

mainFunction · 0.80
OnActivateOverlayListMethod · 0.80
OnDeleteMethod · 0.80
OnAddOverlayMethod · 0.80

Calls 3

ToStringMethod · 0.45
GetPropertyMethod · 0.45
GetReferenceMethod · 0.45

Tested by

no test coverage detected