| 176 | } |
| 177 | |
| 178 | SEXP set_error_occured(SEXP cache, SEXP e) { |
| 179 | SET_VECTOR_ELT(cache, 1, e); |
| 180 | return R_NilValue; |
| 181 | } |
| 182 | |
| 183 | SEXP set_current_error(SEXP cache, SEXP e) { |
| 184 | SET_VECTOR_ELT(cache, 2, e); |
no outgoing calls
no test coverage detected