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

Method GetRequestCancel

library/cpp/netliba/v6/udp_http.cpp:891–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889 return UserQueues->GetResponse();
890 }
891 bool GetRequestCancel(TGUID* req) override {
892 return UserQueues->GetRequestCancel(req);
893 }
894 bool GetSendRequestAcc(TGUID* req) override {
895 return UserQueues->GetSendRequestAcc(req);
896 }

Callers 1

ReceiveLoopFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected