MCPcopy 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
329void 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
336void Stream::StreamInUtf16() const {
337 unsigned long ch = 0;

Callers

nothing calls this directly

Calls 2

goodMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected