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

Class TTransferPurpose

library/cpp/netliba/v12/udp_http.cpp:219–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 DIR_IN
218 };
219 struct TTransferPurpose {
220 EDir Dir;
221 TGUID Guid;
222 TTransferPurpose()
223 : Dir(DIR_OUT)
224 {
225 }
226 TTransferPurpose(EDir dir, TGUID guid)
227 : Dir(dir)
228 , Guid(guid)
229 {
230 }
231 };
232
233 struct TSendRequest: public TWithCustomAllocator {
234 TConnectionAddress Address;

Callers 2

SendPingsIfNeededMethod · 0.70
DoSendsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected