MCPcopy Create free account
hub / github.com/apache/arrow / Dataptr

Method Dataptr

r/src/altrep.cpp:889–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)) {

Callers

nothing calls this directly

Calls 1

MaterializeFunction · 0.50

Tested by

no test coverage detected