Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Text
Method
Text
library/cpp/neh/asio/asio.h:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
TString Text() const {
53
if (!Val_) {
54
return TString();
55
}
56
return LastSystemErrorText(Val_);
57
}
58
59
void Check() {
60
if (Val_) {
Callers
5
OnError
Method · 0.45
OnSystemError
Method · 0.45
OnAccept
Method · 0.45
OnErrorCode
Method · 0.45
OnAccept
Method · 0.45
Calls
1
LastSystemErrorText
Function · 0.50
Tested by
no test coverage detected