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

Method Evaluate

eval/eval/cel_expression_flat_impl.h:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 google::protobuf::Arena* arena) const override;
135
136 absl::StatusOr<CelValue> Evaluate(const BaseActivation& activation,
137 CelEvaluationState* state) const override {
138 auto* state_impl = cel::internal::down_cast<EvaluationState*>(state);
139 return Evaluate(activation, state_impl->arena());
140 }
141
142 absl::StatusOr<CelValue> Trace(const BaseActivation& activation,
143 google::protobuf::Arena* arena,

Callers

nothing calls this directly

Calls 2

EvaluateFunction · 0.85
arenaMethod · 0.45

Tested by

no test coverage detected