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

Method Remaining

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

Source from the content-addressed store, hash-verified

131 : input_(input), size_(input_.size()), buffer_(), index_(0) {}
132
133 size_t Remaining() const { return size_; }
134
135 bool HasRemaining() const { return size_ != 0; }
136

Callers 3

Utf8IsValidImplFunction · 0.45
Utf8CodePointCountImplFunction · 0.45
Utf8ValidateImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected