MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / failed_helper

Function failed_helper

tests/memcmp_test.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void failed_helper(const void* a, const void* b, size_t s) {
117 EXPECT_FALSE(InlinedMemcmpEq(a, b, s))
118 << "a is: " << std::string((char*)a, s) << std::endl
119 << "b is: " << std::string((char*)b, s) << std::endl;
120}
121
122TEST(InlinedMemcmpEq, Basic) {
123 {

Callers 1

TESTFunction · 0.85

Calls 1

InlinedMemcmpEqFunction · 0.50

Tested by

no test coverage detected