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

Function testNullableForNull

inst/tinytest/cpp/misc.cpp:182–184  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

180
181// [[Rcpp::export]]
182bool testNullableForNull(const Nullable<NumericMatrix>& M) {
183 return M.isNull();
184}
185
186// [[Rcpp::export]]
187bool testNullableForNotNull(const Nullable<NumericMatrix>& M) {

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.80

Tested by

no test coverage detected