Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
197
SEXP testNullableGet(const Nullable<NumericMatrix>& M) {
198
return M.get();
199
}
200
201
// [[Rcpp::export]]
202
NumericMatrix testNullableAs(Nullable<NumericMatrix>& M) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected