Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
bool ServiceReferenceBase::IsConvertibleTo(const std::string& interfaceId) const
179
{
180
return d->IsConvertibleTo(interfaceId);
181
}
182
183
std::string ServiceReferenceBase::GetInterfaceId() const
184
{
Callers
3
CheckConvertibility
Function · 0.45
TestServiceTracker
Function · 0.45
ServiceReference
Method · 0.45
Calls
no outgoing calls
Tested by
2
CheckConvertibility
Function · 0.36
TestServiceTracker
Function · 0.36