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

Method get

inst/include/Rcpp/proxy/Binding.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 private:
59
60 SEXP get() const {
61 return env.get( name ) ;
62 }
63
64 void set( SEXP x){
65 env.assign(name, x ) ;

Callers 2

BindingClass · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected