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

Class TStopPacket

library/cpp/neh/udp.cpp:298–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 };
297
298 struct TStopPacket {
299 inline char Type() const noexcept {
300 return static_cast<char>(PT_STOP);
301 }
302
303 inline void Serialize(TPacketOutput* out) const {
304 Save(out, TString("stop packet"));
305 }
306 };
307
308 struct TBindError: public TSystemError {
309 };

Callers 1

~TProtoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected