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

Method StoredSign

library/cpp/neh/udp.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 inline TCheckSum StoredSign() const noexcept {
166 TCheckSum sum;
167
168 memcpy(&sum, Data.Data(), sizeof(sum));
169
170 return sum;
171 }
172
173 inline TCheckSum CalcSign() const noexcept {
174 return Sum(Body());

Callers

nothing calls this directly

Calls 1

DataMethod · 0.45

Tested by

no test coverage detected