MCPcopy 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

OnErrorMethod · 0.45
OnSystemErrorMethod · 0.45
OnAcceptMethod · 0.45
OnErrorCodeMethod · 0.45
OnAcceptMethod · 0.45

Calls 1

LastSystemErrorTextFunction · 0.50

Tested by

no test coverage detected