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

Method TSockAddrInet

util/network/sock.h:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230struct TSockAddrInet: public sockaddr_in, public ISockAddr {
231 TSockAddrInet() {
232 Clear();
233 }
234
235 TSockAddrInet(TIpHost ip, TIpPort port) {
236 Set(ip, port);

Callers

nothing calls this directly

Calls 3

IpFromStringFunction · 0.85
ClearFunction · 0.50
SetClass · 0.50

Tested by

no test coverage detected