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

Method InsertToActive

library/cpp/netliba/v12/udp_host.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void InsertToActive(TConnection* connection) {
175 Y_ABORT_UNLESS(connection, "null connection inserted\n");
176 if (connection->Inactivated == true) {
177 ActiveConnectionList.PushBack(connection);
178 }
179 connection->Inactivated = false;
180 }
181
182 void EraseFromActive(TConnection* connection) {
183 if (connection->Inactivated == false) {

Callers 4

SendLowMethod · 0.80
ProcessDataPacketMethod · 0.80
ProcessPingPacketMethod · 0.80

Calls 1

PushBackMethod · 0.45

Tested by

no test coverage detected