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

Function CreateAddress

library/cpp/netliba/v12/udp_address.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 TUdpAddress CreateAddress(const TString& server, int defaultPort, EUdpAddressType addressType) {
236 TUdpAddress res;
237 ParseInetName(&res, server.c_str(), defaultPort, addressType);
238 return res;
239 }
240
241 TString GetAddressAsString(const TUdpAddress& addr) {
242 char buf[1000];

Callers 2

SessionLevelTestFunction · 0.70
RequestMethod · 0.70

Calls 2

ParseInetNameFunction · 0.70
c_strMethod · 0.45

Tested by 2

SessionLevelTestFunction · 0.56
RequestMethod · 0.56