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

Function Rcpp_precious_init

inst/include/Rcpp/routines.h:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 inline attribute_hidden void Rcpp_precious_init() {
143 typedef void (*Fun)(void);
144 static Fun fun = GET_CALLABLE("Rcpp_precious_init");
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");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected