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

Method EvalData

inst/include/Rcpp/api/meat/Rcpp_eval.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 SEXP expr;
30 SEXP env;
31 EvalData(SEXP expr_, SEXP env_) : expr(expr_), env(env_) { }
32};
33
34inline SEXP Rcpp_protected_eval(void* eval_data) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected