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

Function bla2

inst/tinytest/cpp/Module.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void bla2(int x, double y) {
48 Rprintf("hello (x = %d, y = %5.2f)\\n", x, y);
49}
50
51int test_reference(std::vector<double>& ref) {
52 return ref.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected