Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
bool IsTrailingByte(char ch) { return (ch & 0xC0) == 0x80; }
89
90
bool GetNextCodePointAndAdvance(int& codePoint,
91
std::string::const_iterator& first,
Callers
1
GetNextCodePointAndAdvance
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected