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

Method ResolveAddr

util/network/sock.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 friend class TStreamSocket;
40
41 virtual int ResolveAddr() const {
42 // usually it's nothing to do here
43 return 0;
44 }
45 virtual int Bind(SOCKET s, ui16 mode) const = 0;
46};
47

Callers 2

SendToMethod · 0.45
ConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected