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

Method TRequestDescr

library/cpp/neh/udp.cpp:374–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373 struct TRequestDescr: public TIntrusiveListItem<TRequestDescr> {
374 inline TRequestDescr(const TString& guid, const TNotifyHandleRef& hndl, const TMessage& msg)
375 : Guid(guid)
376 , Hndl(hndl)
377 , Msg(msg)
378 , TS(TimeStamp())
379 {
380 }
381
382 TString Guid;
383 TNotifyHandleRef Hndl;

Callers

nothing calls this directly

Calls 1

TimeStampFunction · 0.85

Tested by

no test coverage detected