Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SockAddr
Method
SockAddr
util/network/endpoint.h:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
return Addr_;
17
}
18
inline const sockaddr* SockAddr() const {
19
return Addr_->Addr();
20
}
21
inline socklen_t SockAddrLen() const {
22
return Addr_->Len();
23
}
Callers
5
Y_UNIT_TEST
Function · 0.45
AsyncConnect
Method · 0.45
Bind
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Addr
Method · 0.45
Calls
1
Addr
Method · 0.45
Tested by
no test coverage detected