Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
dir_exists(char *path)
70
{
71
struct stat st;
72
return (stat(path, &st) >= 0 && S_ISDIR(st.st_mode));
73
}
74
Callers
2
dir_exists
Function · 0.70
make_dir
Function · 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…