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

Method TRequest

library/cpp/neh/tcp.cpp:387–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 struct TClient {
386 struct TRequest: public TIntrusiveListItem<TRequest> {
387 inline TRequest(const TSimpleHandleRef& hndl, const TNehMessage& msg)
388 : Hndl(hndl)
389 , Msg(msg)
390 , Loc(Msg.Addr)
391 , RI(CachedThrResolve(TResolveInfo(Loc.Host, Loc.GetPort())))
392 {
393 CreateGuid(&Guid);
394 }
395
396 inline void Serialize(TParts& parts) {
397 TMemoryOutput out(Buf, sizeof(Buf));

Callers

nothing calls this directly

Calls 4

CachedThrResolveFunction · 0.85
TResolveInfoClass · 0.85
CreateGuidFunction · 0.85
GetPortMethod · 0.45

Tested by

no test coverage detected