| 131 | } |
| 132 | |
| 133 | extern "C" void R_unload_Rcpp(DllInfo *) { // #nocov start |
| 134 | Rcpp::Rcpp_precious_teardown(); // release resource |
| 135 | } // #nocov end |
| 136 | |
| 137 | extern "C" void R_init_Rcpp(DllInfo* dllinfo) { |
| 138 | setCurrentScope(0); |
nothing calls this directly
no test coverage detected