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

Method Reset

eval/eval/evaluator_core.cc:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace google::api::expr::runtime {
35
36void FlatExpressionEvaluatorState::Reset() {
37 value_stack_.Clear();
38 iterator_stack_.Clear();
39 comprehension_slots_.Reset();
40}
41
42const ExpressionStep* ExecutionFrame::Next() {
43 while (true) {

Callers 6

EvaluateWithCallbackMethod · 0.45
TraceMethod · 0.45
TESTFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
RegexPrecompilationBenchFunction · 0.45
BM_StringConcatFunction · 0.45

Calls 1

ClearMethod · 0.45

Tested by 4

TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
RegexPrecompilationBenchFunction · 0.36
BM_StringConcatFunction · 0.36