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

Method GetPendingDataSize

library/cpp/netliba/v12/udp_http.h:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 virtual float GetPacketFailRate() const = 0;
258
259 ui64 GetPendingDataSize() {
260 TRequesterPendingDataStats pds;
261 GetPendingDataSize(&pds);
262 return pds.InpDataSize + pds.OutDataSize;
263 }
264 };
265
266 IRequester* CreateHttpUdpRequester(int port);

Callers 2

DumpConnectionFunction · 0.45
GetConnectionsDebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected