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

Function CharacterVector_test_const_proxy

inst/tinytest/cpp/Vector.cpp:740–746  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

738
739// [[Rcpp::export]]
740CharacterVector CharacterVector_test_const_proxy(const CharacterVector x){
741 CharacterVector out( x.size() ) ;
742 for( int i=0; i<x.size(); i++){
743 out[i] = x[i] ;
744 }
745 return out ;
746}
747
748// [[Rcpp::export]]
749NumericVector sort_numeric(NumericVector x) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected