Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ listof_names
Function
listof_names
inst/tinytest/cpp/ListOf.cpp:108–110 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
106
107
// [[Rcpp::export]]
108
CharacterVector listof_names(ListOf<NumericVector> x) {
109
return x.names();
110
}
111
112
// [[Rcpp::export]]
113
SEXP listof_attr_foo(ListOf<NumericVector> x) {
Callers
nothing calls this directly
Calls
1
names
Method · 0.80
Tested by
no test coverage detected