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

Method Clear

eval/eval/iterator_stack.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 size_t max_size() const { return max_size_; }
47
48 void Clear() { iterators_.clear(); }
49
50 void Push(absl_nonnull ValueIteratorPtr iterator) {
51 ABSL_DCHECK(!full());

Callers 4

TESTFunction · 0.45
ResetMethod · 0.45
Evaluate2Method · 0.45
Evaluate1Method · 0.45

Calls 1

clearMethod · 0.80

Tested by 1

TESTFunction · 0.36