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

Function noCall

inst/tinytest/cpp/exceptions.cpp:67–69  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

65
66// [[Rcpp::export]]
67void noCall() {
68 throw Rcpp::exception("Testing", false);
69}

Callers

nothing calls this directly

Calls 1

exceptionClass · 0.85

Tested by

no test coverage detected