MCPcopy Create free account
hub / github.com/apache/arrow / AssertGet

Function AssertGet

cpp/src/arrow/util/hashing_test.cc:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template <typename MemoTable, typename Value>
153void AssertGet(MemoTable& table, const Value& v, int32_t expected) {
154 ASSERT_EQ(table.Get(v), expected);
155}
156
157template <typename MemoTable, typename Value>
158void AssertGetOrInsert(MemoTable& table, const Value& v, int32_t expected) {

Callers 1

TESTFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected