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

Function test_String_encoding

inst/tinytest/cpp/String.cpp:122–124  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

120
121// [[Rcpp::export]]
122int test_String_encoding(String x) {
123 return x.get_encoding();
124}
125
126// [[Rcpp::export]]
127String test_String_set_encoding(String x) {

Callers

nothing calls this directly

Calls 1

get_encodingMethod · 0.80

Tested by

no test coverage detected