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

Function test_reference

inst/tinytest/cpp/Module.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51int test_reference(std::vector<double>& ref) {
52 return ref.size();
53}
54int test_const_reference(const std::vector<double>& ref) {
55 return ref.size();
56}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected