MCPcopy 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

ExecutionFrameMethod · 0.45
CheckForUnknownMethod · 0.45
IsEmptyMethod · 0.45
TESTFunction · 0.45
NextMethod · 0.45
EvaluateMethod · 0.45
TEST_FFunction · 0.45
CreateMethod · 0.45
TESTFunction · 0.45
CallArgTypeStringFunction · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
EvaluateMethod · 0.36
MakeTestFunctionStepFunction · 0.36