Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Type
Method
Type
library/cpp/neh/udp.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
inline char Type() const noexcept {
152
return *(Data.data() + sizeof(TCheckSum));
153
}
154
155
inline void CheckSign() const {
156
if (Data.size() < 16) {
Callers
3
Serialize
Function · 0.45
Deserialize
Function · 0.45
ExecuteRecv
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected