MCPcopy 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

ExistsMethod · 0.85
IsFileMethod · 0.85
IsDirectoryMethod · 0.85
GetFileSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected