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

Method exists

src/core/filesystem/filesystem_disk.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292bool FilesystemDisk::exists(const char *path)
293{
294 return stat(path).file_type != Stat::NO_ENTRY;
295}
296
297bool FilesystemDisk::is_directory(const char *path)
298{

Callers

nothing calls this directly

Calls 1

statFunction · 0.50

Tested by

no test coverage detected