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

Function test_stop_variadic

inst/tinytest/cpp/misc.cpp:177–179  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

175
176// [[Rcpp::export]]
177void test_stop_variadic() {
178 stop( "%s %d", "foo", 3 );
179}
180
181// [[Rcpp::export]]
182bool testNullableForNull(const Nullable<NumericMatrix>& M) {

Callers

nothing calls this directly

Calls 1

stopFunction · 0.85

Tested by

no test coverage detected