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

Method TRequestPacket

library/cpp/neh/udp.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 TString Data;
239
240 inline TRequestPacket(const TPacket& p) {
241 NPrivate::Deserialize(p, *this);
242 }
243
244 inline TRequestPacket(const TString& srv, const TString& data)
245 : Guid(GenerateGuid())

Callers

nothing calls this directly

Calls 2

DeserializeFunction · 0.85
GenerateGuidFunction · 0.85

Tested by

no test coverage detected