MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_exists

Function runit_exists

inst/tinytest/cpp/Environment.cpp:56–58  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

54
55// [[Rcpp::export]]
56bool runit_exists( Environment env, std::string st){
57 return env.exists( st ) ;
58}
59
60// [[Rcpp::export]]
61bool runit_assign( Environment env, std::string st, SEXP object ){

Callers

nothing calls this directly

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected