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

Method IsAvailable

Modules/CppMicroServices/src/usServiceRegistrationBase.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243bool ServiceRegistrationBase::IsAvailable() const
244{
245 if (d != nullptr)
246 return d->available;
247
248 return false;
249}
250
251bool ServiceRegistrationBase::operator<(const ServiceRegistrationBase& o) const
252{

Callers 5

UnregisterServiceMethod · 0.80
UnregisterMimeTypeMethod · 0.80
UnregisterServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected