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

Function bla1

inst/tinytest/testRcppModule/src/rcpp_module.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void bla1(int x) { // output reflecting a single input
38 Rprintf("hello (x = %d)\n", x);
39}
40
41void bla2(int x, double y) { // output reflecting two inputs
42 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