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

Class TTransferPurpose

library/cpp/neh/netliba_udp_http.cpp:189–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 };
188
189 struct TTransferPurpose {
190 EDir Dir;
191 TGUID Guid;
192
193 TTransferPurpose()
194 : Dir(DIR_OUT)
195 {
196 }
197
198 TTransferPurpose(EDir dir, TGUID guid)
199 : Dir(dir)
200 , Guid(guid)
201 {
202 }
203 };
204
205 struct TSendRequest {
206 TSendRequest() = default;

Callers 2

SendPingsIfNeededMethod · 0.70
DoSendsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected