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

Function test_push_front

inst/tinytest/cpp/String.cpp:116–119  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

114
115// [[Rcpp::export]]
116String test_push_front(String x) {
117 x.push_front("abc");
118 return x;
119}
120
121// [[Rcpp::export]]
122int test_String_encoding(String x) {

Callers

nothing calls this directly

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected