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

Method isBuilt

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

Source from the content-addressed store, hash-verified

3243 bool isEmpty() const { return cppSourcePath_.empty(); }
3244
3245 bool isBuilt() const { return FileInfo(dynlibPath()).exists(); };
3246
3247 bool isSourceDirty() const {
3248 // source file out of date means we're dirty

Callers 1

sourceCppContextFunction · 0.80

Calls 2

FileInfoClass · 0.85
existsMethod · 0.45

Tested by

no test coverage detected