MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / stat

Class stat

switch/source/backupsize.cpp:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177 else {
178 struct stat st;
179 if (stat(full.c_str(), &st) == 0) {
180 entry.total += (u64)st.st_size;
181 }

Callers 2

computeMethod · 0.70
walkSizeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected