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

Method SendResponse

library/cpp/netliba/v12/udp_http.cpp:1381–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379 }
1380
1381 void SendResponse(const TGUID& reqId, TVector<char>* data, const TColors& colors) override {
1382 Requester->SendResponseImpl(reqId, colors.GetPriority(), data, colors);
1383 }
1384 void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data, const TColors& colors) override {
1385 Requester->SendResponseImpl(reqId, PP_LOW, data, colors);
1386 }

Callers

nothing calls this directly

Calls 2

GetPriorityMethod · 0.80
SendResponseImplMethod · 0.45

Tested by

no test coverage detected