MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / stat

Class stat

modules/dasSQLITE/sqlite/shell.c:770–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768 return rv;
769#else
770 struct stat x = {0};
771 int rc = stat(zFile, &x);
772# define STAT_CHR_SRC(mode) (S_ISREG(mode)||S_ISFIFO(mode)||S_ISCHR(mode))
773 if( rc!=0 ) return 0;

Callers 2

openChrSourceFunction · 0.70
fileStatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected