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

Method SendResponse

library/cpp/netliba/v12/udp_http.cpp:976–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974 Host->CancelWait();
975 }
976 void SendResponse(const TGUID& reqId, TVector<char>* data, const TColors& colors) override {
977 SendResponseImpl(reqId, colors.GetPriority(), data, colors);
978 }
979 void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data, const TColors& colors) override {
980 SendResponseImpl(reqId, PP_LOW, data, colors);
981 }

Callers 1

SessionLevelTestFunction · 0.45

Calls 1

GetPriorityMethod · 0.80

Tested by 1

SessionLevelTestFunction · 0.36