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

Function testNullableGet

inst/tinytest/cpp/misc.cpp:197–199  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

195
196// [[Rcpp::export]]
197SEXP testNullableGet(const Nullable<NumericMatrix>& M) {
198 return M.get();
199}
200
201// [[Rcpp::export]]
202NumericMatrix testNullableAs(Nullable<NumericMatrix>& M) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected