[[Rcpp::register]]
| 49 | |
| 50 | // [[Rcpp::register]] |
| 51 | void char_set_string_elt(SEXP x, R_xlen_t i, const char* value) { |
| 52 | SET_STRING_ELT(x, i, Rf_mkChar(value)); |
| 53 | } |
| 54 | |
| 55 | // [[Rcpp::register]] |
| 56 | SEXP* get_string_ptr(SEXP x) { |
nothing calls this directly
no outgoing calls
no test coverage detected