Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ errx
Function
errx
util/system/err.cpp:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
[[noreturn]] void errx(int status, const char* fmt, ...) {
77
va_list args;
78
79
va_start(args, fmt);
80
verrx(status, fmt, args);
81
va_end(args);
82
}
Callers
1
ADJUST
Function · 0.85
Calls
1
verrx
Function · 0.85
Tested by
no test coverage detected