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

Function Rcpp_list7

inst/include/Rcpp/lang.h:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71inline SEXP Rcpp_list7( SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4, SEXP x5, SEXP x6 )
72{
73 PROTECT(x0);
74 x0 = Rf_cons(x0, Rcpp_list6(x1, x2, x3, x4, x5, x6));
75 UNPROTECT(1);
76 return x0;
77}
78
79inline SEXP Rcpp_lang7( SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4, SEXP x5, SEXP x6 )
80{

Callers 2

Rcpp_list8Function · 0.85
Rcpp_lang8Function · 0.85

Calls 1

Rcpp_list6Function · 0.85

Tested by

no test coverage detected