Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsFile
Method
IsFile
Modules/CppMicroServices/src/usModuleResource.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
bool ModuleResource::IsFile() const
208
{
209
return !d->stat.isDir;
210
}
211
212
std::vector<std::string> ModuleResource::GetChildren() const
213
{
Callers
2
GetRevisionAppropriateJSONString
Method · 0.80
testResourceTree
Function · 0.80
Calls
no outgoing calls
Tested by
1
testResourceTree
Function · 0.64