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

Function AssertBytesEqual

cpp/src/arrow/util/test_common.cc:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void AssertBytesEqual(const uint8_t* left, const std::vector<uint8_t>& right) {
69 auto left_array = std::vector<uint8_t>(left, left + right.size());
70 ASSERT_EQ(left_array, right);
71}
72
73} // namespace arrow

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected