MCPcopy 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]]
141bool runit_remove(Environment env, std::string name ){
142 bool res = env.remove( name ) ;
143 return wrap( res ) ;
144}
145
146// [[Rcpp::export]]
147List runit_square( Environment e ){

Callers

nothing calls this directly

Calls 2

wrapFunction · 0.50
removeMethod · 0.45

Tested by

no test coverage detected