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

Function invoke

inst/include/Rcpp/Function.h:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 SEXP invoke(SEXP args_, SEXP env) const {
127 Shield<SEXP> args(args_);
128 Shield<SEXP> call(Rcpp_lcons(Storage::get__(), args));
129 SEXP out = Rcpp_fast_eval(call, env);
130 return out;
131 }
132
133 };
134

Callers 2

operator()Function · 0.85
formatValueFunction · 0.85

Calls 1

Rcpp_fast_evalFunction · 0.85

Tested by

no test coverage detected