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

Method GetHostAndPort

library/cpp/par/par_network.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 virtual ~IRequester() = default;
99
100 TString GetHostAndPort() {
101 TNetworkAddress myAddress(HostName(), GetListenPort());
102 return myAddress.GetNehAddr();
103 }
104 };
105
106 TIntrusivePtr<IRequester> CreateRequester(

Callers 8

CancelQueryMethod · 0.80
RegisterCallbackMethod · 0.80
ReplyCallbackImplMethod · 0.80
MetaThreadFunctionMethod · 0.80
ReplyCallbackImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected