Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
177
void test_stop_variadic() {
178
stop(
"%s %d"
,
"foo"
, 3 );
179
}
180
181
// [[Rcpp::export]]
182
bool testNullableForNull(const Nullable<NumericMatrix>& M) {
Callers
nothing calls this directly
Calls
1
stop
Function · 0.85
Tested by
no test coverage detected