MCPcopy 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

DeserializeFunction · 0.45

Calls 1

LoadFunction · 0.50

Tested by

no test coverage detected