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

Function MakeUnsignedArrayRef

library/cpp/digest/md5/md5.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 };
29
30 inline TArrayRef<const ui8> MakeUnsignedArrayRef(const void* data, const size_t size) {
31 return MakeArrayRef(static_cast<const ui8*>(data), size);
32 }
33
34 inline TArrayRef<const ui8> MakeUnsignedArrayRef(const TArrayRef<const char>& data) {
35 return MakeUnsignedArrayRef(data.data(), data.size());

Callers 5

DataMethod · 0.85
CalcMethod · 0.85
CalcRawMethod · 0.85
CalcHalfMixMethod · 0.85
IsMD5Method · 0.85

Calls 3

MakeArrayRefFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected