Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Rcpp_exception
Function
Rcpp_exception
inst/tinytest/cpp/Exceptions_nocall.cpp:6–8 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
4
5
// [[Rcpp::export]]
6
void Rcpp_exception(){
7
throw Rcpp::exception(
"ouch"
);
8
}
9
10
// [[Rcpp::export]]
11
void eval_error_no_call(){
Callers
nothing calls this directly
Calls
1
exception
Class · 0.85
Tested by
no test coverage detected