MCPcopy Create free account
hub / github.com/audacity/audacity / stat

Class stat

lib-src/sqlite/shell.c:649–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647#else
648static int notNormalFile(const char *zFile){
649 struct stat x;
650 int rc;
651 memset(&x, 0, sizeof(x));
652 rc = stat(zFile, &x);

Callers 2

notNormalFileFunction · 0.70
fileStatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected