[[Rcpp::export]]
| 120 | |
| 121 | // [[Rcpp::export]] |
| 122 | int test_String_encoding(String x) { |
| 123 | return x.get_encoding(); |
| 124 | } |
| 125 | |
| 126 | // [[Rcpp::export]] |
| 127 | String test_String_set_encoding(String x) { |
nothing calls this directly
no test coverage detected