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

Method Test

util/digest/murmur_ut.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72private:
73 template <class T>
74 inline void Test(const void* data, size_t len, T expected) {
75 UNIT_ASSERT_STRINGS_EQUAL(ToString(MurmurHash<T>(data, len)), ToString(expected));
76 }
77
78 template <class E, class T>
79 inline void TestWrapper(const TArrayRef<E>& array, T expected) {

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected