| 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"); |
| 160 | fun(token); |
| 161 | } |
| 162 | |
| 163 | inline attribute_hidden Rostream<true>& Rcpp_cout_get() { |
| 164 | typedef Rostream<true>& (*Fun)(); |
no outgoing calls
no test coverage detected