Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Success
Method
Success
library/cpp/coroutine/engine/iostatus.h:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
static TIOStatus Success() noexcept {
21
return TIOStatus(0);
22
}
23
24
void Check() const {
25
if (Status_) {
Callers
nothing calls this directly
Calls
1
TIOStatus
Class · 0.85
Tested by
no test coverage detected