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

Method DoSendCancel

library/cpp/neh/netliba_udp_http.cpp:597–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 }
596
597 void DoSendCancel(const TUdpAddress& addr, const TGUID& req) {
598 TAutoPtr<TRopeDataPacket> ms = new TRopeDataPacket;
599 ms->Write((char)PKT_CANCEL);
600 ms->Write(req);
601 SendWithHighPriority(addr, ms);
602 }
603
604 void DoSends() {
605 {

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected