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

Function error_occured

src/barrier.cpp:224–227  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

222
223// [[Rcpp::register]]
224int error_occured() {
225 SEXP err = VECTOR_ELT(get_rcpp_cache(), 1);
226 return LOGICAL(err)[0];
227}
228
229// [[Rcpp::internal]]
230SEXP rcpp_error_recorder(SEXP e) {

Callers

nothing calls this directly

Calls 1

get_rcpp_cacheFunction · 0.85

Tested by

no test coverage detected