Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Function · 0.70
is_dir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected