MCPcopy 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]]
48void S4_setslots_2( S4 y){
49 y.slot( "foo" ) ;
50}
51
52// [[Rcpp::export]]
53S4 S4_ctor( std::string cl){

Callers

nothing calls this directly

Calls 1

slotMethod · 0.80

Tested by

no test coverage detected