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

Function rcpp_get_stack_trace

src/barrier.cpp:168–170  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

166
167// [[Rcpp::register]]
168SEXP rcpp_get_stack_trace() {
169 return VECTOR_ELT(get_rcpp_cache(), 3);
170}
171
172// [[Rcpp::register]]
173SEXP rcpp_set_stack_trace(SEXP e) {

Callers

nothing calls this directly

Calls 1

get_rcpp_cacheFunction · 0.85

Tested by

no test coverage detected