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

Method SendReply

library/cpp/neh/tcp.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void SendReply(TData& data) override {
213 Link->P->Schedule(new TResponce(Link, data, RequestId()));
214 }
215
216 void SendError(TResponseError, const TString&) override {
217 // TODO

Callers

nothing calls this directly

Calls 1

ScheduleMethod · 0.45

Tested by

no test coverage detected