Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ S4_setslots_2
Function
S4_setslots_2
inst/tinytest/cpp/S4.cpp:48–50 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
46
47
// [[Rcpp::export]]
48
void S4_setslots_2( S4 y){
49
y.slot(
"foo"
) ;
50
}
51
52
// [[Rcpp::export]]
53
S4 S4_ctor( std::string cl){
Callers
nothing calls this directly
Calls
1
slot
Method · 0.80
Tested by
no test coverage detected