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

Function test_const

inst/tinytest/cpp/Module.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return ref.size();
56}
57int test_const(const std::vector<double> ref) {
58 return ref.size();
59}
60
61class ModuleWorld {
62public:

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected