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

Function bla

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

Source from the content-addressed store, hash-verified

31}
32
33void bla( ) { // no input or return but output side effect
34 Rprintf( "hello\n" );
35}
36
37void bla1(int x) { // output reflecting a single input
38 Rprintf("hello (x = %d)\n", x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected