Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
113
SEXP listof_attr_foo(ListOf<NumericVector> x) {
114
return x.attr(
"foo"
);
115
}
Callers
nothing calls this directly
Calls
1
attr
Method · 0.80
Tested by
no test coverage detected