MCPcopy 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]]
156bool isNULL(RObject x){
157 return x.isNULL() ;
158}
159
160// [[Rcpp::export]]
161bool inherits_( RObject xx){

Callers

nothing calls this directly

Calls 1

isNULLMethod · 0.80

Tested by

no test coverage detected