Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Error
Method
Error
library/cpp/coroutine/engine/iostatus.h:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
static TIOStatus Error(int status) noexcept {
13
return TIOStatus(status);
14
}
15
16
static TIOStatus Error() noexcept {
17
return TIOStatus(LastSystemError());
Callers
4
CaseInsensitiveHash
Function · 0.45
CaseInsensitiveHashRandomSizes
Function · 0.45
CompareEqualStrings
Function · 0.45
TEST
Function · 0.45
Calls
2
TIOStatus
Class · 0.85
LastSystemError
Function · 0.85
Tested by
no test coverage detected