Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ test_String_ctor_encoding
Function
test_String_ctor_encoding
inst/tinytest/cpp/String.cpp:133–137 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
131
132
// [[Rcpp::export]]
133
String test_String_ctor_encoding(String x) {
134
String y(x);
135
y.set_encoding(CE_UTF8);
136
return y;
137
}
138
139
140
// [[Rcpp::export]]
Callers
nothing calls this directly
Calls
1
set_encoding
Method · 0.80
Tested by
no test coverage detected