MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Read

Method Read

internal/utf8.cc:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 char Read() {
166 char value = Peek(1).front();
167 Advance(1);
168 return value;
169 }
170
171 void Advance(size_t n) {
172 ABSL_ASSERT(n <= Remaining());

Callers 3

Utf8IsValidImplFunction · 0.45
Utf8CodePointCountImplFunction · 0.45
Utf8ValidateImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected