Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
648
static 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
notNormalFile
Function · 0.70
fileStat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected