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

Function Test_get_x_ref

inst/tinytest/cpp/Module.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 return x.value;
128}
129double Test_get_x_ref(ModuleTest& x) {
130 return x.value;
131}
132double Test_get_x_const_pointer(const ModuleTest* x) {
133 return x->value;
134}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected