Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void AssertValidUTF8(const std::string& s) { ASSERT_TRUE(IsValidUTF8(s)); }
157
158
void AssertInvalidUTF8(const std::string& s) { ASSERT_TRUE(IsInvalidUTF8(s)); }
159
Callers
1
TEST_F
Function · 0.85
Calls
1
IsValidUTF8
Function · 0.85
Tested by
no test coverage detected