Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Function · 0.85
is_directory
Function · 0.85
get_time_stamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected