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

Function testNullableClone

inst/tinytest/cpp/misc.cpp:207–209  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

205
206// [[Rcpp::export]]
207NumericMatrix testNullableClone(const Nullable<NumericMatrix>& M) {
208 return M.clone();
209}
210
211// [[Rcpp::export]]
212SEXP testNullableIsUsable(const Nullable<NumericMatrix>& M) {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected