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

Function test_sub_calls

inst/tinytest/cpp/ListOf.cpp:92–95  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

90#endif
91// [[Rcpp::export]]
92retval test_sub_calls(NVList x) {
93 retval sz = x[0].size() + x[1].size() + x[2].size();
94 return sz;
95}
96
97// [[Rcpp::export]]
98NumericVector test_nested_listof(ListOf< ListOf<NumericVector> > x) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected