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

Method BreakRequest

library/cpp/netliba/v12/udp_http.cpp:1377–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375 Requester->CancelRequest(reqId);
1376 }
1377 void BreakRequest(const TGUID& reqId) override {
1378 Requester->BreakRequest(reqId);
1379 }
1380
1381 void SendResponse(const TGUID& reqId, TVector<char>* data, const TColors& colors) override {
1382 Requester->SendResponseImpl(reqId, colors.GetPriority(), data, colors);

Callers

nothing calls this directly

Calls 1

BreakRequestMethod · 0.45

Tested by

no test coverage detected