MCPcopy 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_TESTFunction · 0.45

Calls 3

IpToStringFunction · 0.85
InetToHostFunction · 0.85
ToStringFunction · 0.50

Tested by

no test coverage detected