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

Function runit_child

inst/tinytest/cpp/Environment.cpp:163–166  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

161
162// [[Rcpp::export]]
163Environment runit_child(){
164 Environment global_env = Environment::global_env() ;
165 return global_env.new_child(false) ;
166}
167
168// [[Rcpp::export]]
169Environment runit_new_env_default() {

Callers

nothing calls this directly

Calls 1

global_envFunction · 0.85

Tested by

no test coverage detected