Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ StreamInUtf8
Method
StreamInUtf8
lib/yamlcpp/src/stream.cpp:329–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
void Stream::StreamInUtf8() const {
330
unsigned char b = GetNextByte();
331
if (m_input.good()) {
332
m_readahead.push_back(static_cast<char>(b));
333
}
334
}
335
336
void Stream::StreamInUtf16() const {
337
unsigned long ch = 0;
Callers
nothing calls this directly
Calls
2
good
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected