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

Function runit_get

inst/tinytest/cpp/Environment.cpp:36–38  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

34
35// [[Rcpp::export]]
36SEXP runit_get( Environment env, std::string name){
37 return env.get( name ) ;
38}
39
40// [[Rcpp::export]]
41SEXP runit_get_symbol( Environment env, Symbol name){

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected