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

Method Evaluate

eval/eval/lazy_init_step.cc:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 slot_count_(slot_count) {}
151
152 absl::Status Evaluate(ExecutionFrame* frame) const override {
153 for (size_t i = 0; i < slot_count_; ++i) {
154 frame->comprehension_slots().ClearSlot(slot_index_ + i);
155 }
156 return absl::OkStatus();
157 }
158
159 private:
160 const size_t slot_index_;

Callers

nothing calls this directly

Calls 1

ClearSlotMethod · 0.80

Tested by

no test coverage detected