Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
bool FilesystemDisk::exists(const char *path)
293
{
294
return stat(path).file_type != Stat::NO_ENTRY;
295
}
296
297
bool FilesystemDisk::is_directory(const char *path)
298
{
Callers
nothing calls this directly
Calls
1
stat
Function · 0.50
Tested by
no test coverage detected