Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
67
void noCall() {
68
throw Rcpp::exception(
"Testing"
, false);
69
}
Callers
nothing calls this directly
Calls
1
exception
Class · 0.85
Tested by
no test coverage detected