Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ _stat
Class
_stat
src/attributes.cpp:2982–2982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2980
{
2981
#ifdef _WIN32
2982
struct _stat buffer;
2983
int result = _stat(path.c_str(), &buffer);
2984
#else
2985
struct stat buffer;
Callers
1
FileInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected