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

Method IsDir

Modules/CppMicroServices/src/usModuleResource.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool ModuleResource::IsDir() const
203{
204 return d->stat.isDir;
205}
206
207bool ModuleResource::IsFile() const
208{

Callers 2

testResourceTreeFunction · 0.80
extenderPatternFunction · 0.80

Calls

no outgoing calls

Tested by 1

testResourceTreeFunction · 0.64