Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Check
Method
Check
library/cpp/coroutine/engine/iostatus.h:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void Check() const {
25
if (Status_) {
26
ythrow TSystemError(Status_) <<
"io error"
;
27
}
28
}
29
30
bool Failed() const noexcept {
31
return (bool)Status_;
Callers
1
Checked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected