Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ lastModified
Method
lastModified
src/attributes.cpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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 {
76
std::string::size_type pos = path_.find_last_of(
'.'
);
Callers
1
isSourceDirty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected