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

Method exists

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

Source from the content-addressed store, hash-verified

70
71 std::string path() const { return path_; }
72 bool exists() const { return exists_; }
73 double lastModified() const { return lastModified_; }
74
75 std::string extension() const {

Callers 7

ExportsGeneratorMethod · 0.45
commitMethod · 0.45
removeFileFunction · 0.45
createDirectoryFunction · 0.45
SourceCppDynlibMethod · 0.45
isBuiltMethod · 0.45
isSourceDirtyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected