[[Rcpp::register]]
| 82 | |
| 83 | // [[Rcpp::register]] |
| 84 | const char* char_nocheck(SEXP x) { |
| 85 | return CHAR(x); |
| 86 | } |
| 87 | |
| 88 | static bool Rcpp_cache_know = false; |
| 89 | static SEXP Rcpp_cache = R_NilValue; |
nothing calls this directly
no outgoing calls
no test coverage detected