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

Method SendReply

library/cpp/neh/udp.cpp:426–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 }
425
426 void SendReply(TData& data) override {
427 P_->Schedule(new TPacket(TResponsePacket<TData>(Guid, data), std::move(Addr_)));
428 }
429
430 void SendError(TResponseError, const TString&) override {
431 // TODO

Callers

nothing calls this directly

Calls 2

moveFunction · 0.50
ScheduleMethod · 0.45

Tested by

no test coverage detected