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

Method IsDir

framework/src/bundle/BundleResource.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 bool
216 BundleResource::IsDir() const
217 {
218 return d->stat.isDir;
219 }
220
221 bool
222 BundleResource::IsFile() const

Callers 2

TEST_FFunction · 0.80
extenderPatternFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64