MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / is_directory

Method is_directory

components/filesystem/src/std_filesystem.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool StdFileSystem::is_directory(const Path &path)
63{
64 auto stat = stat_file(path);
65 return stat.is_directory;
66}
67
68bool StdFileSystem::exists(const Path &path)
69{

Callers 1

is_directoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected