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