Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ stat
Class
stat
scripts/config/confdata.c:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
static bool is_present(const char *path)
25
{
26
struct stat st;
27
28
return !stat(path, &st);
29
}
Callers
2
is_present
Function · 0.70
is_dir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected