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

Function Rcpp_unprotect

inst/include/Rcpp/protection/Shield.h:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 inline void Rcpp_unprotect(int i){
29 // Prefer this function over UNPROTECT() in Rcpp so that all
30 // balance checks errors by rchk are contained at one location (#892)
31 UNPROTECT(i);
32 }
33
34 template <typename T>
35 class Shield{

Callers 2

~ShelterMethod · 0.85
~ShieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected