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

Method GetResponse

library/cpp/netliba/v12/udp_http.cpp:1392–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390 return nullptr; // all requests are routed to the main requester
1391 }
1392 TUdpHttpResponse* GetResponse() override {
1393 return UserQueues->GetResponse();
1394 }
1395 bool GetRequestCancel(TGUID*) override {
1396 Y_ASSERT(0);
1397 return false; // all request cancels are routed to the main requester

Callers

nothing calls this directly

Calls 1

GetResponseMethod · 0.45

Tested by

no test coverage detected