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

Function runit_assign

inst/tinytest/cpp/Environment.cpp:61–63  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

59
60// [[Rcpp::export]]
61bool runit_assign( Environment env, std::string st, SEXP object ){
62 return env.assign(st, object) ;
63}
64
65// [[Rcpp::export]]
66void runit_islocked( Environment env ){

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected