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

Method GetSendingSize

library/cpp/netliba/v12/udp_host.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 return ActiveConnectionList.Size();
133 }
134 size_t GetSendingSize() const {
135 return SendingConnectionList.size();
136 }
137
138 template <typename F>
139 void ForEachConnection(const F& function) {

Callers 1

GetConnectionsDebugMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected