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

Function AssertInvalidUTF8

cpp/src/arrow/util/utf8_util_test.cc:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156void AssertValidUTF8(const std::string& s) { ASSERT_TRUE(IsValidUTF8(s)); }
157
158void AssertInvalidUTF8(const std::string& s) { ASSERT_TRUE(IsInvalidUTF8(s)); }
159
160void AssertValidASCII(const std::string& s) {
161 ASSERT_TRUE(IsValidASCII(s));

Callers 1

TEST_FFunction · 0.85

Calls 1

IsInvalidUTF8Function · 0.85

Tested by

no test coverage detected