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

Method GetSize

library/cpp/netliba/v12/udp_host.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 return ConnectionHash.end();
127 }
128 size_t GetSize() const {
129 return ConnectionHash.size();
130 }
131 size_t GetActiveSize() const {
132 return ActiveConnectionList.Size();
133 }

Callers 2

CheckMTUMethod · 0.45
GetConnectionsDebugMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected