Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Addr
Method
Addr
util/network/address.cpp:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
const sockaddr* TUnixSocketAddr::Addr() const {
218
return SockAddr_.SockAddr();
219
}
220
221
socklen_t TUnixSocketAddr::Len() const {
222
return SockAddr_.Len();
Callers
15
SockAddr
Method · 0.45
IsIpV4
Method · 0.45
IsIpV6
Method · 0.45
IsUnix
Method · 0.45
operator==
Function · 0.45
TEndpoint
Method · 0.45
SetPort
Method · 0.45
Port
Method · 0.45
Hash
Method · 0.45
PrintAddr
Function · 0.45
address.cpp
File · 0.45
IsLoopback
Method · 0.45
Calls
1
SockAddr
Method · 0.45
Tested by
no test coverage detected