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

Method EraseFromActive

library/cpp/netliba/v12/udp_host.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 void EraseFromActive(TConnection* connection) {
183 if (connection->Inactivated == false) {
184 connection->Unlink();
185 }
186 connection->Inactivated = true;
187 }
188
189 void InsertToSending(TConnection* connection) {
190 Y_ABORT_UNLESS(connection, "null connection inserted\n");

Callers 1

Calls 1

UnlinkMethod · 0.45

Tested by

no test coverage detected