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

Method get__

inst/include/Rcpp/storage/NoProtectStorage.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 inline SEXP get__() const {
25 return data ;
26 }
27
28 inline SEXP invalidate__(){
29 data = R_NilValue ;

Callers 1

NoProtectStorageClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected