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

Method invalidate__

inst/include/Rcpp/storage/PreserveStorage.h:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 inline SEXP invalidate__(){
56 SEXP out = data ;
57 Rcpp_PreciousRelease(token);
58 data = R_NilValue ;
59 token = R_NilValue ;
60 return out ;
61 }
62
63 template <typename T>
64 inline T& copy__(const T& other){

Callers

nothing calls this directly

Calls 1

Rcpp_PreciousReleaseFunction · 0.85

Tested by

no test coverage detected