Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ hasAttribute
Method
hasAttribute
inst/include/Rcpp/proxy/AttributeProxy.h:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool hasAttribute(const std::string& attr) const {
101
return static_cast<const CLASS&>(*this).attr(attr) != R_NilValue;
102
}
103
104
105
} ;
Callers
1
hasAttribute
Function · 0.80
Calls
1
attr
Method · 0.80
Tested by
no test coverage detected