[[Rcpp::export]]
| 43 | |
| 44 | // [[Rcpp::export]] |
| 45 | SEXP 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]] |
| 51 | SEXP testSendInterrupt() { |
nothing calls this directly
no test coverage detected