[[Rcpp::export]]
| 203 | |
| 204 | // [[Rcpp::export]] |
| 205 | double attr_Test_get_x_ref(ModuleTest& x) { |
| 206 | return x.value; |
| 207 | } |
| 208 | |
| 209 | // [[Rcpp::export]] |
| 210 | double attr_Test_get_x_const_pointer(const ModuleTest* x) { |
nothing calls this directly
no outgoing calls
no test coverage detected