MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / R_unload_Rcpp

Function R_unload_Rcpp

src/rcpp_init.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133extern "C" void R_unload_Rcpp(DllInfo *) { // #nocov start
134 Rcpp::Rcpp_precious_teardown(); // release resource
135} // #nocov end
136
137extern "C" void R_init_Rcpp(DllInfo* dllinfo) {
138 setCurrentScope(0);

Callers

nothing calls this directly

Calls 1

Rcpp_precious_teardownFunction · 0.70

Tested by

no test coverage detected