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

Function verr

util/system/err.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58[[noreturn]] void verr(int status, const char* fmt, va_list args) {
59 vwarn(fmt, args);
60 std::exit(status);
61}
62
63[[noreturn]] void err(int status, const char* fmt, ...) {
64 va_list args;

Callers 1

errFunction · 0.85

Calls 2

vwarnFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected