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

Class stat

common/script/zip_api.cpp:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167 const std::string full = current + name;
168 struct stat st;
169 if (stat(full.c_str(), &st) != 0) {
170 continue;
171 }

Callers 1

collectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected