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

Function getLongjumpToken

inst/include/Rcpp/exceptions.h:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145inline SEXP getLongjumpToken(SEXP sentinel) {
146 return VECTOR_ELT(sentinel, 0);
147}
148
149inline void resumeJump(SEXP token) {
150 if (isLongjumpSentinel(token)) {

Callers 2

resumeJumpFunction · 0.85
LongjumpExceptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected