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

Method path

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

Source from the content-addressed store, hash-verified

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

Callers 4

addUniqueDependencyFunction · 0.80
parseSourceDependenciesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected