Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
inline SEXP getLongjumpToken(SEXP sentinel) {
146
return VECTOR_ELT(sentinel, 0);
147
}
148
149
inline void resumeJump(SEXP token) {
150
if (isLongjumpSentinel(token)) {
Callers
2
resumeJump
Function · 0.85
LongjumpException
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected