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

Method IsValid

Modules/CppMicroServices/src/usModuleResource.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool ModuleResource::IsValid() const
156{
157 return d->resourceContainer && d->resourceContainer->IsValid() && d->stat.index > -1;
158}
159
160ModuleResource::operator bool_type() const
161{

Callers 10

checkResourceInfoFunction · 0.45
testInvalidResourceFunction · 0.45
testResourceOperatorsFunction · 0.45
usModuleResourceTestFunction · 0.45
GetResourceMethod · 0.45
FindResourcesMethod · 0.45
ModulePrivateMethod · 0.45

Calls

no outgoing calls

Tested by 7

checkResourceInfoFunction · 0.36
testInvalidResourceFunction · 0.36
testResourceOperatorsFunction · 0.36
usModuleResourceTestFunction · 0.36