Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ empty
Method
empty
eval/eval/iterator_stack.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
size_t size() const { return iterators_.size(); }
41
42
bool empty() const { return iterators_.empty(); }
43
44
bool full() const { return iterators_.size() == max_size_; }
45
Callers
15
ExecutionFrame
Method · 0.45
CheckForMissingAttribute
Method · 0.45
CheckForUnknown
Method · 0.45
IdentifyAndMergeUnknowns
Method · 0.45
IsEmpty
Method · 0.45
TEST
Function · 0.45
Next
Method · 0.45
Evaluate
Method · 0.45
TEST_F
Function · 0.45
Create
Method · 0.45
TEST
Function · 0.45
CallArgTypeString
Function · 0.45
Calls
no outgoing calls
Tested by
5
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
Evaluate
Method · 0.36
MakeTestFunctionStep
Function · 0.36