MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / throwInvalidUtf8Sequence

Function throwInvalidUtf8Sequence

source/core/StarUnicode.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Star {
5
6void throwInvalidUtf8Sequence() {
7 throw UnicodeException("Invalid UTF-8 code unit sequence in utf8Length");
8}
9
10void throwMissingUtf8End() {
11 throw UnicodeException("UTF-8 string missing trailing code units in utf8Length");

Callers 3

invalid_sequenceMethod · 0.85
utf8LengthFunction · 0.85
utf8DecodeCharFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected