Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
int test_reference(std::vector<double>& ref) {
52
return ref.size();
53
}
54
int test_const_reference(const std::vector<double>& ref) {
55
return ref.size();
56
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected