Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_get
Function
runit_get
inst/tinytest/cpp/Environment.cpp:36–38 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
34
35
// [[Rcpp::export]]
36
SEXP runit_get( Environment env, std::string name){
37
return env.get( name ) ;
38
}
39
40
// [[Rcpp::export]]
41
SEXP runit_get_symbol( Environment env, Symbol name){
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected