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

Method IsFile

framework/src/bundle/BundleResource.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 bool
222 BundleResource::IsFile() const
223 {
224 return !d->stat.isDir;
225 }
226
227 std::vector<std::string>
228 BundleResource::GetChildren() const

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64