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

Method TPacket

library/cpp/neh/udp.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97 struct TPacket {
98 inline TPacket(IRemoteAddrPtr addr)
99 : Addr(std::move(addr))
100 {
101 }
102
103 template <class T>
104 inline TPacket(const T& t, IRemoteAddrPtr addr)

Callers

nothing calls this directly

Calls 12

LastSystemErrorFunction · 0.85
MutableAddrMethod · 0.80
LenPtrMethod · 0.80
SerializeFunction · 0.70
moveFunction · 0.50
DataMethod · 0.45
sizeMethod · 0.45
ResizeMethod · 0.45
dataMethod · 0.45
AppendMethod · 0.45
ResetMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected