MCPcopy Create free account
hub / github.com/apache/trafficserver / IsTrailingByte

Function IsTrailingByte

lib/yamlcpp/src/emitterutils.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool IsTrailingByte(char ch) { return (ch & 0xC0) == 0x80; }
89
90bool GetNextCodePointAndAdvance(int& codePoint,
91 std::string::const_iterator& first,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected