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

Method get

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

Source from the content-addressed store, hash-verified

88 private:
89
90 SEXP get() const {
91 return env.get( name ) ;
92 }
93
94 const EnvironmentClass& env ;
95 std::string name ;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected