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

Method dynlibPath

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

Source from the content-addressed store, hash-verified

3384 }
3385
3386 std::string dynlibPath() const {
3387 return buildDirectory_ + fileSep_ + dynlibFilename();
3388 }
3389
3390 std::string previousDynlibPath() const {
3391 if (!previousDynlibFilename_.empty())

Callers 1

sourceCppContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected