Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseWelcomePacket
Method · 0.45
TIBClientServer
Method · 0.45
RunIBTest
Function · 0.45
Calls
2
InitLocalIPList
Function · 0.85
Open
Method · 0.45
Tested by
no test coverage detected