Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_new_env_parent
Function
runit_new_env_parent
inst/tinytest/cpp/Environment.cpp:174–176 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
172
173
// [[Rcpp::export]]
174
Environment runit_new_env_parent(SEXP env) {
175
return Rcpp::new_env(env);
176
}
Callers
nothing calls this directly
Calls
1
new_env
Function · 0.85
Tested by
no test coverage detected