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

Method BreakRequest

library/cpp/netliba/v6/udp_http.cpp:1226–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224 Requester->CancelRequest(reqId);
1225 }
1226 void BreakRequest(const TGUID& reqId) override {
1227 Requester->BreakRequest(reqId);
1228 }
1229
1230 void SendResponse(const TGUID& reqId, TVector<char>* data) override {
1231 Requester->SendResponseImpl(reqId, PP_NORMAL, data);

Callers

nothing calls this directly

Calls 1

BreakRequestMethod · 0.45

Tested by

no test coverage detected