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

Function rcpp_set_stack_trace

inst/include/Rcpp/routines.h:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186inline attribute_hidden SEXP rcpp_set_stack_trace(SEXP e){
187 typedef SEXP (*Fun)(SEXP);
188 static Fun fun = GET_CALLABLE("rcpp_set_stack_trace");
189 return fun(e);
190}
191
192inline attribute_hidden std::string demangle( const std::string& name){
193 typedef std::string (*Fun)( const std::string& );

Callers 2

copy_stack_trace_to_rMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected