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

Function rcpp_set_stack_trace

src/barrier.cpp:173–176  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

171
172// [[Rcpp::register]]
173SEXP rcpp_set_stack_trace(SEXP e) {
174 SET_VECTOR_ELT(get_rcpp_cache(), 3, e);
175 return R_NilValue;
176}
177
178SEXP set_error_occured(SEXP cache, SEXP e) {
179 SET_VECTOR_ELT(cache, 1, e);

Callers

nothing calls this directly

Calls 1

get_rcpp_cacheFunction · 0.85

Tested by

no test coverage detected