Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ testNullableForNotNull
Function
testNullableForNotNull
inst/tinytest/cpp/misc.cpp:187–189 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
185
186
// [[Rcpp::export]]
187
bool testNullableForNotNull(const Nullable<NumericMatrix>& M) {
188
return M.isNotNull();
189
}
190
191
// [[Rcpp::export]]
192
SEXP testNullableOperator(const Nullable<NumericMatrix>& M) {
Callers
nothing calls this directly
Calls
1
isNotNull
Method · 0.80
Tested by
no test coverage detected