| 548 | } |
| 549 | |
| 550 | static void* Dataptr(SEXP alt, Rboolean writeable) { return INTEGER(Materialize(alt)); } |
| 551 | |
| 552 | static SEXP Duplicate(SEXP alt, Rboolean /* deep */) { |
| 553 | // the representation integer vector |
nothing calls this directly
no test coverage detected