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

Function testFastEval

inst/tinytest/cpp/stack.cpp:45–48  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

43
44// [[Rcpp::export]]
45SEXP testFastEval(RObject expr, Environment env, Environment indicator) {
46 unwindIndicator my_data(indicator);
47 return Rcpp::Rcpp_fast_eval(expr, env);
48}
49
50// [[Rcpp::export]]
51SEXP testSendInterrupt() {

Callers

nothing calls this directly

Calls 1

Rcpp_fast_evalFunction · 0.85

Tested by

no test coverage detected