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

Function is_directory

components/filesystem/src/legacy.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80} // namespace path
81
82bool is_directory(const std::string &path)
83{
84 return vkb::filesystem::get()->is_directory(path);
85}
86
87bool is_file(const std::string &filename)
88{

Callers 1

getFunction · 0.85

Calls 2

is_directoryMethod · 0.80
getFunction · 0.70

Tested by

no test coverage detected