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

Function CharacterVectorNoProtect

inst/tinytest/cpp/Vector.cpp:853–856  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

851
852// [[Rcpp::export]]
853int CharacterVectorNoProtect(Vector<STRSXP, NoProtectStorage> s){
854 s[0] = "";
855 return s.size();
856}
857
858// [[Rcpp::export]]
859CharacterVector CharacterVectorNoProtect_crosspolicy(Vector<STRSXP, NoProtectStorage> s){

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected