new preferred interface using token-based precious list
| 116 | |
| 117 | // new preferred interface using token-based precious list |
| 118 | inline SEXP Rcpp_PreciousPreserve(SEXP object) { |
| 119 | return Rcpp_precious_preserve(object); |
| 120 | } |
| 121 | |
| 122 | inline void Rcpp_PreciousRelease(SEXP token) { |
| 123 | Rcpp_precious_remove(token); |
no test coverage detected