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

Function runit_globenv

inst/tinytest/cpp/Environment.cpp:101–103  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

99
100// [[Rcpp::export]]
101Environment runit_globenv(){
102 return Rcpp::Environment::global_env();
103}
104
105// [[Rcpp::export]]
106Environment runit_emptyenv(){

Callers

nothing calls this directly

Calls 1

global_envFunction · 0.85

Tested by

no test coverage detected