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

Class TTransferPurpose

library/cpp/netliba/v6/udp_http.cpp:199–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 DIR_IN
198 };
199 struct TTransferPurpose {
200 EDir Dir;
201 TGUID Guid;
202 TTransferPurpose()
203 : Dir(DIR_OUT)
204 {
205 }
206 TTransferPurpose(EDir dir, TGUID guid)
207 : Dir(dir)
208 , Guid(guid)
209 {
210 }
211 };
212
213 struct TSendRequest {
214 TUdpAddress Addr;

Callers 2

SendPingsIfNeededMethod · 0.70
DoSendsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected