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

Method IpToString

util/network/endpoint.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 inline TString IpToString() const {
36 return NAddr::PrintHost(*Addr_);
37 }
38
39 void SetPort(ui16 port);
40 ui16 Port() const noexcept;

Callers 3

StartRequestMethod · 0.80
THttpServerMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected