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

Function ListNoProtect_crosspolicy

inst/tinytest/cpp/Vector.cpp:866–870  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

864
865// [[Rcpp::export]]
866List ListNoProtect_crosspolicy(Vector<VECSXP, NoProtectStorage> data){
867 List data2(1) ;
868 data2[0] = data[0];
869 return data2;
870}
871
872// [[Rcpp::export]]
873bool CharacterVector_test_equality(CharacterVector x, CharacterVector y) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected