Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
struct 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
IpFromString
Function · 0.85
Clear
Function · 0.50
Set
Class · 0.50
Tested by
no test coverage detected