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

Method Evaluate

eval/eval/lazy_init_step.cc:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 : ExpressionStepBase(expr_id), slot_index_(slot_index) {}
135
136 absl::Status Evaluate(ExecutionFrame* frame) const override {
137 frame->comprehension_slots().ClearSlot(slot_index_);
138 return absl::OkStatus();
139 }
140
141 private:
142 size_t slot_index_;

Callers

nothing calls this directly

Calls 1

ClearSlotMethod · 0.80

Tested by

no test coverage detected