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

Function Rcpp_precious_teardown

inst/include/Rcpp/routines.h:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 fun();
146 }
147 inline attribute_hidden void Rcpp_precious_teardown() {
148 typedef void (*Fun)(void);
149 static Fun fun = GET_CALLABLE("Rcpp_precious_teardown");
150 fun();
151 }
152 inline attribute_hidden SEXP Rcpp_precious_preserve(SEXP object) {
153 typedef SEXP (*Fun)(SEXP);
154 static Fun fun = GET_CALLABLE("Rcpp_precious_preserve");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected