MCPcopy Create free account
hub / github.com/catboost/catboost / verrx

Function verrx

util/system/err.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71[[noreturn]] void verrx(int status, const char* fmt, va_list args) {
72 vwarnx(fmt, args);
73 std::exit(status);
74}
75
76[[noreturn]] void errx(int status, const char* fmt, ...) {
77 va_list args;

Callers 1

errxFunction · 0.85

Calls 2

vwarnxFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected