MCPcopy Create free account
hub / github.com/Kitware/VTK / stat

Class stat

ThirdParty/libxml2/vtklibxml2/runxmlconf.c:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46static int checkTestFile(const char *filename) {
47 struct stat buf;
48
49 if (stat(filename, &buf) == -1)
50 return(0);

Callers 1

checkTestFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected