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

Function char_nocheck

inst/include/Rcpp/routines.h:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258inline attribute_hidden const char* char_nocheck( SEXP x){
259 typedef const char* (*Fun)(SEXP);
260 static Fun fun = GET_CALLABLE("char_nocheck");
261 return fun(x);
262}
263
264inline attribute_hidden void* dataptr(SEXP x){
265 typedef void* (*Fun)(SEXP);

Callers 2

setBufferMethod · 0.70
StrCmpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected