[[Rcpp::export]]
| 160 | |
| 161 | // [[Rcpp::export]] |
| 162 | DatetimeVector DatetimeVector_assignment(DatetimeVector v1, |
| 163 | DatetimeVector v2) { |
| 164 | |
| 165 | v1 = v2; |
| 166 | return v1; |
| 167 | } |
| 168 | |
| 169 | // [[Rcpp::export]] |
| 170 | DateVector DateVector_assignment(DateVector v1, DateVector v2) { |
nothing calls this directly
no outgoing calls
no test coverage detected