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

Function stop

inst/include/Rcpp/exceptions.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 } // #nocov end
117
118 inline void NORET stop(const std::string& message) { // #nocov start
119 throw Rcpp::exception(message.c_str());
120 } // #nocov end
121
122} // namespace Rcpp
123

Callers 14

checkVersionFunction · 0.85
takeLogStopFunction · 0.85
RcppTableFunction · 0.85
test_stop_variadicFunction · 0.85
Function_ImplFunction · 0.85
DimNameProxyClass · 0.85
SubsetProxyClass · 0.85
check_indicesMethod · 0.85
get_indicesMethod · 0.85
findNameMethod · 0.85
NormalizeFunction · 0.85
sampleFunction · 0.85

Calls 2

exceptionClass · 0.85
formatFunction · 0.85

Tested by 1

test_stop_variadicFunction · 0.68