Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TPacketInput
Method
TPacketInput
library/cpp/neh/udp.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
class TPacketInput: public TMemoryInput {
185
public:
186
inline TPacketInput(const TPacket& p)
187
: TMemoryInput(p.Body().data(), p.Body().size())
188
{
189
}
190
};
191
192
class TPacketOutput: public TBufferOutput {
Callers
nothing calls this directly
Calls
3
data
Method · 0.45
Body
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected