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

Method FailedSend

library/cpp/netliba/v6/udp_client_server.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 SendResults.push_back(TSendResult(id, true));
328 }
329 void FailedSend(int id) {
330 SendResults.push_back(TSendResult(id, false));
331 }
332 void SendData(TList<TTransferKey>* order, float deltaT, bool needCheckAlive);
333 void RecvCycle();
334

Callers

nothing calls this directly

Calls 2

TSendResultClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected