MCPcopy 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

getFileStatMethod · 0.70
statMethod · 0.70
existsMethod · 0.70
existsAndIsDirectoryMethod · 0.70
existsAndIsFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected