Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hasInterface
Method · 0.80
doWriteFunctions
Method · 0.80
generateR
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected