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

Function get_string_buffer

inst/include/Rcpp/routines.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 inline attribute_hidden char* get_string_buffer(){
116 typedef char* (*Fun)(void);
117 static Fun fun = GET_CALLABLE("get_string_buffer");
118 return fun();
119 }
120
121 inline attribute_hidden SEXP get_Rcpp_namespace() {
122 typedef SEXP (*Fun)(void);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected