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

Function bla2

inst/skeleton/rcpp_module.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected