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

Method hasGeneratorOutput

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

Source from the content-addressed store, hash-verified

504 }
505
506 virtual bool hasGeneratorOutput() const
507 {
508 return !attributes_.empty() ||
509 !modules_.empty() ||
510 !roxygenChunks_.empty();
511 }
512
513 virtual bool hasInterface(const std::string& name) const {
514

Callers 1

compileAttributesFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected