MCPcopy 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
207bool ModuleResource::IsFile() const
208{
209 return !d->stat.isDir;
210}
211
212std::vector<std::string> ModuleResource::GetChildren() const
213{

Callers 2

testResourceTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1

testResourceTreeFunction · 0.64