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

Method Body

library/cpp/neh/udp.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 inline TStringBuf Body() const noexcept {
178 return TStringBuf(Data.data() + sizeof(TCheckSum), Data.End());
179 }
180 };
181
182 typedef TAutoPtr<TPacket> TPacketRef;

Callers 1

TPacketInputMethod · 0.45

Calls 2

dataMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected