Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
bool MD5::IsMD5(TStringBuf data) {
247
return IsMD5(MakeUnsignedArrayRef(data));
248
}
249
250
bool MD5::IsMD5(const TArrayRef<const ui8>& data) {
251
if (data.size() != 32) {
Callers
nothing calls this directly
Calls
3
MakeUnsignedArrayRef
Function · 0.85
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected