Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
bool ModuleResource::IsValid() const
156
{
157
return d->resourceContainer && d->resourceContainer->IsValid() && d->stat.index > -1;
158
}
159
160
ModuleResource::operator bool_type() const
161
{
Callers
10
testResourcesWithStaticImport
Function · 0.45
usStaticModuleResourceTest
Function · 0.45
checkResourceInfo
Function · 0.45
testInvalidResource
Function · 0.45
testResourceOperators
Function · 0.45
testResourceFromExecutable
Function · 0.45
usModuleResourceTest
Function · 0.45
GetResource
Method · 0.45
FindResources
Method · 0.45
ModulePrivate
Method · 0.45
Calls
no outgoing calls
Tested by
7
testResourcesWithStaticImport
Function · 0.36
usStaticModuleResourceTest
Function · 0.36
checkResourceInfo
Function · 0.36
testInvalidResource
Function · 0.36
testResourceOperators
Function · 0.36
testResourceFromExecutable
Function · 0.36
usModuleResourceTest
Function · 0.36