Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
169
Environment runit_new_env_default() {
170
return Rcpp::new_env();
171
}
172
173
// [[Rcpp::export]]
174
Environment runit_new_env_parent(SEXP env) {
Callers
nothing calls this directly
Calls
1
new_env
Function · 0.85
Tested by
no test coverage detected