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

Method HasRemaining

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

Source from the content-addressed store, hash-verified

133 size_t Remaining() const { return size_; }
134
135 bool HasRemaining() const { return size_ != 0; }
136
137 absl::string_view Peek(size_t n) {
138 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