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

Function bar

inst/tinytest/cpp/Module.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int bar(int x) {
32 return x*2;
33}
34
35double foo(int x, double y) {
36 return x * y;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected