Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void 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
TEST
Function · 0.85
TEST
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected