MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / stat

Class stat

dependencies/httplib/httplib.h:1970–1970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1968 return _access_s(path.c_str(), 0) == 0;
1969#else
1970 struct stat st;
1971 return stat(path.c_str(), &st) >= 0 && S_ISREG(st.st_mode);
1972#endif
1973}

Callers 2

is_fileFunction · 0.70
is_dirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected