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

Method SendReply

library/cpp/neh/https.cpp:1517–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1515 }
1516
1517 void SendReply(TData& data) override {
1518 SendReply(data, TString(), HttpCodes::HTTP_OK);
1519 }
1520
1521 void SendReply(TData& data, const TString& headers, int httpCode) override {
1522 const bool compressed = Compress(data);

Callers

nothing calls this directly

Calls 4

Y_UNUSEDFunction · 0.85
CompressFunction · 0.70
EnqueueMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected