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

Method SendResponse

library/cpp/netliba/v6/udp_http.cpp:1230–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228 }
1229
1230 void SendResponse(const TGUID& reqId, TVector<char>* data) override {
1231 Requester->SendResponseImpl(reqId, PP_NORMAL, data);
1232 }
1233 void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data) override {
1234 Requester->SendResponseImpl(reqId, PP_LOW, data);
1235 }

Callers

nothing calls this directly

Calls 1

SendResponseImplMethod · 0.45

Tested by

no test coverage detected