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

Method hasPackageInit

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

Was a package init function found?

Source from the content-addressed store, hash-verified

527
528 // Was a package init function found?
529 bool hasPackageInit() const {
530 return hasPackageInit_;
531 }
532
533 // Get lines of embedded R code
534 const std::vector<std::string>& embeddedR() const {

Callers 1

compileAttributesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected