Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ empty_env
Function
empty_env
inst/include/Rcpp/Environment.h:309–311 ·
view source on GitHub ↗
* @return The empty environment. See ?emptyenv */
Source
from the content-addressed store, hash-verified
307
* @return The empty environment. See ?emptyenv
308
*/
309
static Environment_Impl empty_env(){
310
return R_EmptyEnv ;
311
}
312
313
/**
314
* @return the base environment. See ?baseenv
Callers
1
runit_emptyenv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected