Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ stat
Class
stat
Goldleaf/source/fs/fs_StdExplorer.cpp:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
const auto full_path = this->MakeFull(path);
102
103
struct stat st;
104
return stat(full_path.c_str(), &st) == 0;
105
}
106
Callers
4
Exists
Method · 0.85
IsFile
Method · 0.85
IsDirectory
Method · 0.85
GetFileSize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected