Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ stat
Class
stat
Libraries/FileSystem/FileSystem.cpp:396–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
395
// Get file size
396
struct stat fileStat;
397
if (::fstat(fd, &fileStat) == -1)
398
{
399
return formatError(errno, path, false);
Callers
5
getFileStat
Method · 0.70
stat
Method · 0.70
exists
Method · 0.70
existsAndIsDirectory
Method · 0.70
existsAndIsFile
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected