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

Function attr_Test_get_x_ref

inst/tinytest/cpp/Module.cpp:205–207  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

203
204// [[Rcpp::export]]
205double attr_Test_get_x_ref(ModuleTest& x) {
206 return x.value;
207}
208
209// [[Rcpp::export]]
210double attr_Test_get_x_const_pointer(const ModuleTest* x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected