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

Method get_encoding

inst/include/Rcpp/String.h:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 }
577
578 inline cetype_t get_encoding() const {
579 return enc;
580 }
581
582 inline void set_encoding(cetype_t encoding) {
583 enc = encoding;

Callers 1

test_String_encodingFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_String_encodingFunction · 0.64