Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ testNullableAs
Function
testNullableAs
inst/tinytest/cpp/misc.cpp:202–204 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
200
201
// [[Rcpp::export]]
202
NumericMatrix testNullableAs(Nullable<NumericMatrix>& M) {
203
return M.as();
204
}
205
206
// [[Rcpp::export]]
207
NumericMatrix testNullableClone(const Nullable<NumericMatrix>& M) {
Callers
nothing calls this directly
Calls
1
as
Method · 0.80
Tested by
no test coverage detected