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

Function Rcpp_ReleaseObject

inst/include/RcppCommon.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 return x;
103 }
104 inline void Rcpp_ReleaseObject(SEXP x) {
105 if (x != R_NilValue) R_ReleaseObject(x);
106 }
107 inline SEXP Rcpp_ReplaceObject(SEXP x, SEXP y) {
108 // if we are setting to the same SEXP as we already have, do nothing
109 if (x != y) {

Callers 1

Rcpp_ReplaceObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected