Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SendTo
Method · 0.45
Connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected