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

Method Len

util/network/sock.h:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 socklen_t Len() const override {
248 return Size();
249 }
250
251 inline void Clear() noexcept {
252 Zero(*(sockaddr_in*)this);

Callers 2

SendToMethod · 0.45
ConnectMethod · 0.45

Calls 1

SizeFunction · 0.50

Tested by

no test coverage detected