[[Rcpp::register]]
| 241 | |
| 242 | // [[Rcpp::register]] |
| 243 | SEXP rcpp_get_current_error() { |
| 244 | return VECTOR_ELT(get_rcpp_cache(), 2); // #nocov end |
| 245 | } |
| 246 | |
| 247 | // [[Rcpp::register]] |
| 248 | int* get_cache(int m) { |
nothing calls this directly
no test coverage detected