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

Class stat

src/ResourceProvider.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 (attributes & FILE_ATTRIBUTE_DIRECTORY) == 0;
75#else
76 struct stat info;
77 if (stat(path.c_str(), &info) != 0) {
78 return false;
79 }

Callers 2

IsRegularFileUtf8Function · 0.70
GetFileFreshnessCacheKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected