Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
207
NumericMatrix testNullableClone(const Nullable<NumericMatrix>& M) {
208
return M.clone();
209
}
210
211
// [[Rcpp::export]]
212
SEXP testNullableIsUsable(const Nullable<NumericMatrix>& M) {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected