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

Function set_error_occured

src/barrier.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178SEXP set_error_occured(SEXP cache, SEXP e) {
179 SET_VECTOR_ELT(cache, 1, e);
180 return R_NilValue;
181}
182
183SEXP set_current_error(SEXP cache, SEXP e) {
184 SET_VECTOR_ELT(cache, 2, e);

Callers 3

init_Rcpp_cacheFunction · 0.85
reset_current_errorFunction · 0.85
rcpp_error_recorderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected