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

Method GetPendingDataSize

library/cpp/netliba/v6/udp_http.cpp:937–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935 return req->PeerAddress;
936 }
937 void GetPendingDataSize(TRequesterPendingDataStats* res) override {
938 TIntrusivePtr<TStatsRequest> req = new TStatsRequest(TStatsRequest::PENDING_SIZE);
939 ExecStatsRequest(req);
940 *res = req->PendingDataSize;
941 }
942 bool HasRequest(const TGUID& reqId) override {
943 TIntrusivePtr<TStatsRequest> req = new TStatsRequest(TStatsRequest::HAS_IN_REQUEST);
944 req->RequestId = reqId;

Callers 1

StepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected