Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Deserialize
Method
Deserialize
library/cpp/neh/udp.cpp:261–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
inline void Deserialize(TPacketInput* in) {
262
Load(in, Guid);
263
Load(in, Service);
264
Load(in, Data);
265
}
266
};
267
268
template <class TStore>
Callers
1
Deserialize
Function · 0.45
Calls
1
Load
Function · 0.50
Tested by
no test coverage detected