Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ is_file
Function
is_file
components/filesystem/src/legacy.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool is_file(const std::string &filename)
88
{
89
return vkb::filesystem::get()->is_file(filename);
90
}
91
92
void create_directory(const std::string &path)
93
{
Callers
nothing calls this directly
Calls
2
is_file
Method · 0.80
get
Function · 0.70
Tested by
no test coverage detected