| 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()) |
nothing calls this directly
no test coverage detected