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

Function rcpp_get_stack_trace

inst/include/Rcpp/routines.h:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178// by the compiler and otherwise '__attribute__ ((visibility ("hidden")))'
179
180inline attribute_hidden SEXP rcpp_get_stack_trace(){
181 typedef SEXP (*Fun)(void);
182 static Fun fun = GET_CALLABLE("rcpp_get_stack_trace");
183 return fun();
184}
185
186inline attribute_hidden SEXP rcpp_set_stack_trace(SEXP e){
187 typedef SEXP (*Fun)(SEXP);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected