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

Function grow

inst/include/Rcpp/grow.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 inline SEXP grow( SEXP head, SEXP tail ) {
35 Shield<SEXP> x( head ) ;
36 Shield<SEXP> res( Rf_cons( x, tail ) ) ;
37 return res ;
38 }
39
40 namespace internal{
41

Callers 5

grow__dispatchFunction · 0.85
pairlistFunction · 0.85
push_frontMethod · 0.85
push_backMethod · 0.85
insertMethod · 0.85

Calls 1

grow__dispatchFunction · 0.85

Tested by

no test coverage detected