[[Rcpp::register]]
| 222 | |
| 223 | // [[Rcpp::register]] |
| 224 | int error_occured() { |
| 225 | SEXP err = VECTOR_ELT(get_rcpp_cache(), 1); |
| 226 | return LOGICAL(err)[0]; |
| 227 | } |
| 228 | |
| 229 | // [[Rcpp::internal]] |
| 230 | SEXP rcpp_error_recorder(SEXP e) { |
nothing calls this directly
no test coverage detected