MCPcopy 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

dataMethod · 0.45
BodyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected