| 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"); |
nothing calls this directly
no outgoing calls
no test coverage detected