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

Method IsConvertibleTo

Modules/CppMicroServices/src/usServiceReferenceBase.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool ServiceReferenceBase::IsConvertibleTo(const std::string& interfaceId) const
179{
180 return d->IsConvertibleTo(interfaceId);
181}
182
183std::string ServiceReferenceBase::GetInterfaceId() const
184{

Callers 3

CheckConvertibilityFunction · 0.45
TestServiceTrackerFunction · 0.45
ServiceReferenceMethod · 0.45

Calls

no outgoing calls

Tested by 2

CheckConvertibilityFunction · 0.36
TestServiceTrackerFunction · 0.36