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

Function bla1

inst/tinytest/cpp/Module.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void bla1(int x) {
44 Rprintf("hello (x = %d)\\n", x);
45}
46
47void bla2(int x, double y) {
48 Rprintf("hello (x = %d, y = %5.2f)\\n", x, y);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected