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

Method SendReply

library/cpp/neh/http2.cpp:1426–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424 }
1425
1426 void SendReply(TData& data) override {
1427 SendReply(data, TString(), HttpCodes::HTTP_OK);
1428 }
1429
1430 void SendReply(TData& data, const TString& headers, int httpCode) override {
1431 if (!!C_) {

Callers

nothing calls this directly

Calls 2

SendMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected