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

Method GetResponse

library/cpp/netliba/v6/udp_http.cpp:1241–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239 return nullptr; // all requests are routed to the main requester
1240 }
1241 TUdpHttpResponse* GetResponse() override {
1242 return UserQueues->GetResponse();
1243 }
1244 bool GetRequestCancel(TGUID*) override {
1245 Y_ASSERT(0);
1246 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