Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TPacketInput
Method · 0.45
Calls
2
data
Method · 0.45
End
Method · 0.45
Tested by
no test coverage detected