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

Function Rcpp_precious_preserve

inst/include/Rcpp/routines.h:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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");
155 return fun(object);
156 }
157 inline attribute_hidden void Rcpp_precious_remove(SEXP token) {
158 typedef void (*Fun)(SEXP);
159 static Fun fun = GET_CALLABLE("Rcpp_precious_remove");

Callers 1

Rcpp_PreciousPreserveFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected