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

Function AssertGet

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

Source from the content-addressed store, hash-verified

150
151template <typename MemoTable, typename Value>
152void AssertGet(MemoTable& table, const Value& v, int32_t expected) {
153 ASSERT_EQ(table.Get(v), expected);
154}
155
156template <typename MemoTable, typename Value>
157void 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