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

Method invisible

src/attributes.cpp:388–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 bool invisible() const {
389 Param invisibleParam = paramNamed(kExportInvisible);
390 if (!invisibleParam.empty())
391 return invisibleParam.value() == kParamValueTrue || // #nocov
392 invisibleParam.value() == kParamValueTRUE; // #nocov
393 else
394 return false;
395 }
396
397 const std::vector<std::string>& roxygen() const { return roxygen_; }
398

Callers 1

doWriteFunctionsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected