MCPcopy Create free account
hub / github.com/crownengine/crown / is_directory

Method is_directory

src/core/filesystem/filesystem_disk.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297bool FilesystemDisk::is_directory(const char *path)
298{
299 return stat(path).file_type == Stat::DIRECTORY;
300}
301
302bool FilesystemDisk::is_file(const char *path)
303{

Callers

nothing calls this directly

Calls 1

statFunction · 0.50

Tested by

no test coverage detected