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

Method IsUsedByModule

Modules/CppMicroServices/src/usServiceRegistrationBasePrivate.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool ServiceRegistrationBasePrivate::IsUsedByModule(Module* p) const
33{
34 return (dependents.find(p) != dependents.end()) ||
35 (prototypeServiceInstances.find(p) != prototypeServiceInstances.end());
36}
37
38const InterfaceMap& ServiceRegistrationBasePrivate::GetInterfaces() const
39{

Callers 1

GetUsedByModuleMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected