MCPcopy Create free account
hub / github.com/LiangliangNan/PolyFit / stat

Class stat

code/basic/file_utils.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 return false;
92#else // _WIN32
93 struct stat statbuf;
94 if (::stat(filename.c_str(), &statbuf) < 0)
95 return false;
96

Callers 3

is_fileFunction · 0.85
is_directoryFunction · 0.85
get_time_stampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected