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

Method SendResponse

library/cpp/par/par_network.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 Requester->CancelRequest(reqId);
402 }
403 void SendResponse(const TGUID& reqId, TVector<char>* data) override {
404 QuickLZCompress(data);
405 Requester->SendResponse(reqId, data, Colors);
406 }
407 int GetListenPort() const override {
408 return Requester->GetPort();
409 }

Callers

nothing calls this directly

Calls 2

QuickLZCompressFunction · 0.85
SendResponseMethod · 0.45

Tested by

no test coverage detected