Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
182
bool testNullableForNull(const Nullable<NumericMatrix>& M) {
183
return M.isNull();
184
}
185
186
// [[Rcpp::export]]
187
bool testNullableForNotNull(const Nullable<NumericMatrix>& M) {
Callers
nothing calls this directly
Calls
1
isNull
Method · 0.80
Tested by
no test coverage detected