Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Utf8IsValidImpl
Function · 0.45
Utf8CodePointCountImpl
Function · 0.45
Utf8ValidateImpl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected