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

Function testUnwindProtectFunctionObject

inst/tinytest/cpp/stack.cpp:93–98  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

91
92// [[Rcpp::export]]
93SEXP testUnwindProtectFunctionObject(Environment indicator, bool fail) {
94 unwindIndicator my_data(indicator);
95 SEXP out = R_NilValue;
96 out = Rcpp::unwindProtect(FunctionObj(10, fail));
97 return out;
98}

Callers

nothing calls this directly

Calls 2

unwindProtectFunction · 0.85
FunctionObjClass · 0.85

Tested by

no test coverage detected