MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Rcpp_PreciousPreserve

Function Rcpp_PreciousPreserve

inst/include/RcppCommon.h:118–120  ·  view source on GitHub ↗

new preferred interface using token-based precious list

Source from the content-addressed store, hash-verified

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);

Callers 7

StringMethod · 0.85
StringClass · 0.85
set_naMethod · 0.85
set_encodingMethod · 0.85
setDataMethod · 0.85
set__Method · 0.85
named_objectMethod · 0.85

Calls 1

Rcpp_precious_preserveFunction · 0.50

Tested by

no test coverage detected