MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / stat

Class stat

src/attributes.cpp:2985–2985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2983 int result = _stat(path.c_str(), &buffer);
2984 #else
2985 struct stat buffer;
2986 int result = stat(path.c_str(), &buffer);
2987 #endif
2988 if (result != 0) {

Callers 1

FileInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected