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

Function bla

inst/tinytest/cpp/Module.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void bla() {
40 Rprintf("hello\\n");
41}
42
43void bla1(int x) {
44 Rprintf("hello (x = %d)\\n", x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected