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

Method CancelRequest

library/cpp/par/par_network.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 void CancelRequest(const TGUID& reqId) override {
401 Requester->CancelRequest(reqId);
402 }
403 void SendResponse(const TGUID& reqId, TVector<char>* data) override {
404 QuickLZCompress(data);
405 Requester->SendResponse(reqId, data, Colors);

Callers

nothing calls this directly

Calls 1

CancelRequestMethod · 0.45

Tested by

no test coverage detected