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

Function listof_attr_foo

inst/tinytest/cpp/ListOf.cpp:113–115  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

111
112// [[Rcpp::export]]
113SEXP listof_attr_foo(ListOf<NumericVector> x) {
114 return x.attr("foo");
115}

Callers

nothing calls this directly

Calls 1

attrMethod · 0.80

Tested by

no test coverage detected