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

Method TestSimpleCollision

util/digest/multi_ut.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 inline void TestSimpleCollision() {
25 UNIT_ASSERT_UNEQUAL(MultiHash(1, 1, 0), MultiHash(2, 2, 0));
26 }
27
28 inline void TestTypes() {
29 UNIT_ASSERT_EQUAL(MultiHash("aaa", (ui64)123), MultiHash("aaa", 123));

Callers

nothing calls this directly

Calls 1

MultiHashFunction · 0.85

Tested by

no test coverage detected