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

Function bla

inst/tinytest/testRcppClass/src/rcpp_module.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void bla() {
14 Rprintf("hello\\n");
15}
16
17void bla1(int x) {
18 Rprintf("hello (x = %d)\\n", x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected