Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
57
int test_const(const std::vector<double> ref) {
58
return ref.size();
59
}
60
61
class ModuleWorld {
62
public:
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected