Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LastSystemError
Function · 0.85
MutableAddr
Method · 0.80
LenPtr
Method · 0.80
Serialize
Function · 0.70
move
Function · 0.50
Data
Method · 0.45
size
Method · 0.45
Resize
Method · 0.45
data
Method · 0.45
Append
Method · 0.45
Reset
Method · 0.45
Release
Method · 0.45
Tested by
no test coverage detected