Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ToString
Method
ToString
util/network/sock.h:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
TString ToString() const override {
271
return IpToString(sin_addr.s_addr) +
":"
+ ::ToString(InetToHost(sin_port));
272
}
273
274
int Bind(SOCKET s, ui16 mode) const override {
275
Y_UNUSED(mode);
Callers
1
Y_UNIT_TEST
Function · 0.45
Calls
3
IpToString
Function · 0.85
InetToHost
Function · 0.85
ToString
Function · 0.50
Tested by
no test coverage detected