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