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

Function Rcpp_precious_teardown

src/barrier.cpp:106–108  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

104}
105// [[Rcpp::register]]
106void Rcpp_precious_teardown() { // #nocov start
107 R_ReleaseObject(Rcpp_precious); // release resource
108} // #nocov end
109// [[Rcpp::register]]
110SEXP Rcpp_precious_preserve(SEXP object) {
111 if (object == R_NilValue) {

Callers 1

R_unload_RcppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected