Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_remove
Function
runit_remove
inst/tinytest/cpp/Environment.cpp:141–144 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
139
140
// [[Rcpp::export]]
141
bool runit_remove(Environment env, std::string name ){
142
bool res = env.remove( name ) ;
143
return wrap( res ) ;
144
}
145
146
// [[Rcpp::export]]
147
List runit_square( Environment e ){
Callers
nothing calls this directly
Calls
2
wrap
Function · 0.50
remove
Method · 0.45
Tested by
no test coverage detected