Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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__dispatch
Function · 0.85
pairlist
Function · 0.85
push_front
Method · 0.85
push_back
Method · 0.85
insert
Method · 0.85
Calls
1
grow__dispatch
Function · 0.85
Tested by
no test coverage detected