MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / stat

Class stat

src/Config.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93#else
94 struct stat statBuf;
95 if (stat(path.c_str(), &statBuf) != 0) {
96 return false;
97 }

Callers 2

GetFileCacheKeyFunction · 0.70
isRegularFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected