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

Function fast_eval

inst/include/Rcpp/Language.h:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 SEXP fast_eval() const {
155 return internal::Rcpp_eval_impl( Storage::get__(), R_GlobalEnv);
156 }
157 SEXP fast_eval(SEXP env ) const {
158 return internal::Rcpp_eval_impl( Storage::get__(), env);
159 }

Callers

nothing calls this directly

Calls 1

Rcpp_eval_implFunction · 0.85

Tested by

no test coverage detected