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

Method cppSourceFilename

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

Source from the content-addressed store, hash-verified

3372 }
3373
3374 std::string cppSourceFilename() const {
3375 return cppSourceFilename_;
3376 }
3377
3378 std::string rSourceFilename() const {
3379 return cppSourceFilename() + ".R";

Callers 1

sourceCppContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected