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

Method previousDynlibPath

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

Source from the content-addressed store, hash-verified

3388 }
3389
3390 std::string previousDynlibPath() const {
3391 if (!previousDynlibFilename_.empty())
3392 return buildDirectory_ + fileSep_ + previousDynlibFilename_; // #nocov
3393 else
3394 return std::string();
3395 }
3396
3397 const std::vector<std::string>& exportedFunctions() const {
3398 return exportedFunctions_;

Callers 1

sourceCppContextFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected