Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ isNULL
Function
isNULL
inst/tinytest/cpp/RObject.cpp:156–158 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
154
155
// [[Rcpp::export]]
156
bool isNULL(RObject x){
157
return x.isNULL() ;
158
}
159
160
// [[Rcpp::export]]
161
bool inherits_( RObject xx){
Callers
nothing calls this directly
Calls
1
isNULL
Method · 0.80
Tested by
no test coverage detected