Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
61
bool runit_assign( Environment env, std::string st, SEXP object ){
62
return env.assign(st, object) ;
63
}
64
65
// [[Rcpp::export]]
66
void runit_islocked( Environment env ){
Callers
nothing calls this directly
Calls
1
assign
Method · 0.45
Tested by
no test coverage detected