Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
namespace Rcpp {
48
49
inline SEXP Rcpp_fast_eval(SEXP expr, SEXP env) {
50
internal::EvalData data(expr, env);
51
return unwindProtect(&internal::Rcpp_protected_eval, &data);
52
}
53
54
inline SEXP Rcpp_eval(SEXP expr, SEXP env) {
55
Callers
15
testFastEval
Function · 0.85
runit_lang_fun
Function · 0.85
evaluator_error
Function · 0.85
evaluator_ok
Function · 0.85
test_cpp_interface
Function · 0.85
Reference_Impl
Function · 0.85
operator()
Function · 0.85
invoke
Function · 0.85
from_list
Method · 0.85
Environment.h
File · 0.85
remove
Function · 0.85
namespace_env
Function · 0.85
Calls
1
unwindProtect
Function · 0.85
Tested by
1
test_cpp_interface
Function · 0.68