Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ full
Method
full
eval/eval/iterator_stack.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
bool empty() const { return iterators_.empty(); }
43
44
bool full() const { return iterators_.size() == max_size_; }
45
46
size_t max_size() const { return max_size_; }
47
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected