Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
bool StdFileSystem::is_directory(const Path &path)
63
{
64
auto stat = stat_file(path);
65
return stat.is_directory;
66
}
67
68
bool StdFileSystem::exists(const Path &path)
69
{
Callers
1
is_directory
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected