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

Function Rcpp_fast_eval

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

Source from the content-addressed store, hash-verified

47namespace Rcpp {
48
49inline SEXP Rcpp_fast_eval(SEXP expr, SEXP env) {
50 internal::EvalData data(expr, env);
51 return unwindProtect(&internal::Rcpp_protected_eval, &data);
52}
53
54inline SEXP Rcpp_eval(SEXP expr, SEXP env) {
55

Callers 15

testFastEvalFunction · 0.85
runit_lang_funFunction · 0.85
evaluator_errorFunction · 0.85
evaluator_okFunction · 0.85
test_cpp_interfaceFunction · 0.85
Reference_ImplFunction · 0.85
operator()Function · 0.85
invokeFunction · 0.85
from_listMethod · 0.85
Environment.hFile · 0.85
removeFunction · 0.85
namespace_envFunction · 0.85

Calls 1

unwindProtectFunction · 0.85

Tested by 1

test_cpp_interfaceFunction · 0.68