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

Method InsertToSending

library/cpp/netliba/v12/udp_host.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void InsertToSending(TConnection* connection) {
190 Y_ABORT_UNLESS(connection, "null connection inserted\n");
191 if (connection->Sending == false) {
192 SendingConnectionList.insert(SendingConnectionList.end(), connection);
193 }
194 connection->Sending = true;
195 }
196
197 template <typename F>
198 void ForEachActiveConnection(const F& function) {

Callers 1

InjectTransfersMethod · 0.80

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected