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

Method IsMD5

library/cpp/digest/md5/md5.cpp:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246bool MD5::IsMD5(TStringBuf data) {
247 return IsMD5(MakeUnsignedArrayRef(data));
248}
249
250bool MD5::IsMD5(const TArrayRef<const ui8>& data) {
251 if (data.size() != 32) {

Callers

nothing calls this directly

Calls 3

MakeUnsignedArrayRefFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected