MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / dataptr

Function dataptr

inst/include/Rcpp/routines.h:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264inline attribute_hidden void* dataptr(SEXP x){
265 typedef void* (*Fun)(SEXP);
266 static Fun fun = GET_CALLABLE("dataptr");
267 return fun(x);
268}
269
270inline attribute_hidden Rcpp::Module* getCurrentScope(){
271 typedef Rcpp::Module* (*Fun)(void);

Callers 3

r_vector_startFunction · 0.50
IndexHashMethod · 0.50
SelfHashMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected