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

Method Type

library/cpp/neh/udp.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 inline char Type() const noexcept {
152 return *(Data.data() + sizeof(TCheckSum));
153 }
154
155 inline void CheckSign() const {
156 if (Data.size() < 16) {

Callers 3

SerializeFunction · 0.45
DeserializeFunction · 0.45
ExecuteRecvMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected