Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
err
Function · 0.85
Calls
2
vwarn
Function · 0.85
exit
Function · 0.85
Tested by
no test coverage detected