MCPcopy 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_TESTFunction · 0.45
AsyncConnectMethod · 0.45
BindMethod · 0.45
Y_UNIT_TESTFunction · 0.45
AddrMethod · 0.45

Calls 1

AddrMethod · 0.45

Tested by

no test coverage detected