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

Method TResponsePacket

library/cpp/neh/udp.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 TStore Data;
272
273 inline TResponsePacket(const TString& guid, TStore& data)
274 : Guid(guid)
275 {
276 Data.swap(data);
277 }
278
279 inline TResponsePacket(const TPacket& p) {
280 NPrivate::Deserialize(p, *this);

Callers

nothing calls this directly

Calls 2

DeserializeFunction · 0.85
swapMethod · 0.45

Tested by

no test coverage detected