MCPcopy Create free account
hub / github.com/catboost/catboost / Check

Method Check

library/cpp/neh/asio/asio.h:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void Check() {
60 if (Val_) {
61 throw TSystemError(Val_);
62 }
63 }
64
65 private:
66 int Val_;

Callers 5

WriteSomeMethod · 0.45
ReadSomeMethod · 0.45
ShutdownMethod · 0.45
BindMethod · 0.45
ListenMethod · 0.45

Calls 1

TSystemErrorClass · 0.85

Tested by

no test coverage detected