MCPcopy Create free account
hub / github.com/Snapchat/Valdi / stat

Method stat

valdi_core/src/valdi_core/cpp/Utils/DiskUtils.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109FileStat DiskUtils::stat(const Path& path) {
110 return statFromPath(path.toString().c_str());
111}
112
113bool DiskUtils::isFile(const Path& path) {
114 return stat(path).isFile();

Callers

nothing calls this directly

Calls 2

statFromPathFunction · 0.85
toStringMethod · 0.65

Tested by

no test coverage detected