MCPcopy Create free account
hub / github.com/ioi/isolate / stat

Class stat

util.c:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69dir_exists(char *path)
70{
71 struct stat st;
72 return (stat(path, &st) >= 0 && S_ISDIR(st.st_mode));
73}
74

Callers 2

dir_existsFunction · 0.70
make_dirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…