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

Method Init

library/cpp/netliba/v12/ib_test.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void Init(int port) {
30 s.Open(port);
31 if (!s.IsValid()) {
32 Y_ASSERT(0 && "Can not open socket");
33 }
34 }
35 bool IsValid() {
36 return s.IsValid();
37 }

Callers 1

RunIBTestFunction · 0.45

Calls 2

OpenMethod · 0.45
IsValidMethod · 0.45

Tested by

no test coverage detected