Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ stat
Class
stat
3ds/source/backupsize.cpp:115–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
std::string full = path +
"/"
+ ent->d_name;
115
struct stat st;
116
if (stat(full.c_str(), &st) == 0) {
117
if (S_ISDIR(st.st_mode)) {
118
total += walk(full);
Callers
2
walk
Method · 0.70
compute
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected