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

Function Test_get_x_const_pointer

inst/tinytest/cpp/Module.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 return x.value;
131}
132double Test_get_x_const_pointer(const ModuleTest* x) {
133 return x->value;
134}
135double Test_get_x_pointer(ModuleTest* x) {
136 return x->value;
137}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected