| 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 | } |
nothing calls this directly
no test coverage detected