MCPcopy 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
87bool is_file(const std::string &filename)
88{
89 return vkb::filesystem::get()->is_file(filename);
90}
91
92void create_directory(const std::string &path)
93{

Callers

nothing calls this directly

Calls 2

is_fileMethod · 0.80
getFunction · 0.70

Tested by

no test coverage detected