MCPcopy Create free account
hub / github.com/catboost/catboost / Size

Method Size

util/network/sock.h:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 socklen_t Size() const override {
244 return sizeof(sockaddr_in);
245 }
246
247 socklen_t Len() const override {
248 return Size();

Callers 3

RecvFromMethod · 0.45
AcceptMethod · 0.45
TUnixSocketAddrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected