MCPcopy 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

24static bool is_present(const char *path)
25{
26 struct stat st;
27
28 return !stat(path, &st);
29}

Callers 2

is_presentFunction · 0.70
is_dirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected