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

Method TPacketOutput

library/cpp/neh/udp.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 class TPacketOutput: public TBufferOutput {
193 public:
194 inline TPacketOutput(TPacket& p)
195 : TBufferOutput(p.Data)
196 {
197 p.Data.Proceed(sizeof(TCheckSum));
198 }
199 };
200
201 template <class T>

Callers

nothing calls this directly

Calls 1

ProceedMethod · 0.45

Tested by

no test coverage detected