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

Function runit_new_env_default

inst/tinytest/cpp/Environment.cpp:169–171  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

167
168// [[Rcpp::export]]
169Environment runit_new_env_default() {
170 return Rcpp::new_env();
171}
172
173// [[Rcpp::export]]
174Environment runit_new_env_parent(SEXP env) {

Callers

nothing calls this directly

Calls 1

new_envFunction · 0.85

Tested by

no test coverage detected