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