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

Method is_file

components/filesystem/src/std_filesystem.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool StdFileSystem::is_file(const Path &path)
57{
58 auto stat = stat_file(path);
59 return stat.is_file;
60}
61
62bool StdFileSystem::is_directory(const Path &path)
63{

Callers 1

is_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected