| 181 | } |
| 182 | |
| 183 | SEXP set_current_error(SEXP cache, SEXP e) { |
| 184 | SET_VECTOR_ELT(cache, 2, e); |
| 185 | return R_NilValue; |
| 186 | } |
| 187 | |
| 188 | SEXP init_Rcpp_cache() { |
| 189 | SEXP getNamespaceSym = Rf_install("getNamespace"); // cannot be gc()'ed once in symbol table |
no outgoing calls
no test coverage detected