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

Function AssertValidUTF8

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

Source from the content-addressed store, hash-verified

154}
155
156void AssertValidUTF8(const std::string& s) { ASSERT_TRUE(IsValidUTF8(s)); }
157
158void AssertInvalidUTF8(const std::string& s) { ASSERT_TRUE(IsInvalidUTF8(s)); }
159

Callers 1

TEST_FFunction · 0.85

Calls 1

IsValidUTF8Function · 0.85

Tested by

no test coverage detected