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

Function rcpp_get_current_error

src/barrier.cpp:243–245  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

241
242// [[Rcpp::register]]
243SEXP rcpp_get_current_error() {
244 return VECTOR_ELT(get_rcpp_cache(), 2); // #nocov end
245}
246
247// [[Rcpp::register]]
248int* get_cache(int m) {

Callers

nothing calls this directly

Calls 1

get_rcpp_cacheFunction · 0.85

Tested by

no test coverage detected