Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckUTF8Initialized
Function
CheckUTF8Initialized
cpp/src/arrow/util/utf8.cc:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
ARROW_EXPORT void CheckUTF8Initialized() {
83
DCHECK_EQ(utf8_large_table[0], 0)
84
<<
"InitializeUTF8() must be called before calling UTF8 routines"
;
85
}
86
87
} // namespace internal
88
Callers
1
ValidateUTF8Inline
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected