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

Method Init

library/cpp/netliba/v6/ib_test.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 public:
24 void Init(int port) {
25 if (!InitLocalIPList()) {
26 Y_ASSERT(0 && "Can not determine self IP address");
27 return;
28 }
29 s.Open(port);
30 }
31 bool IsValid() {
32 return s.IsValid();
33 }

Callers 3

ParseWelcomePacketMethod · 0.45
TIBClientServerMethod · 0.45
RunIBTestFunction · 0.45

Calls 2

InitLocalIPListFunction · 0.85
OpenMethod · 0.45

Tested by

no test coverage detected