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

Method hasParameter

src/attributes.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 Param paramNamed(const std::string& name) const;
344
345 bool hasParameter(const std::string& name) const {
346 return !paramNamed(name).empty();
347 }
348
349 const Function& function() const { return function_; }
350

Callers 3

hasInterfaceMethod · 0.80
doWriteFunctionsMethod · 0.80
generateRMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected