| 887 | } |
| 888 | |
| 889 | static void* Dataptr(SEXP alt, Rboolean writeable) { |
| 890 | return const_cast<void*>(DATAPTR_RO(Materialize(alt))); |
| 891 | } |
| 892 | |
| 893 | static SEXP Materialize(SEXP alt) { |
| 894 | if (Base::IsMaterialized(alt)) { |
nothing calls this directly
no test coverage detected