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

Method Evaluate

eval/eval/cel_expression_flat_impl.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 google::protobuf::Arena* arena) const override;
72
73 absl::StatusOr<CelValue> Evaluate(const BaseActivation& activation,
74 google::protobuf::Arena* arena) const override {
75 return Evaluate(activation, InitializeState(arena).get());
76 }
77
78 absl::StatusOr<CelValue> Evaluate(const BaseActivation& activation,
79 CelEvaluationState* state) const override;

Callers

nothing calls this directly

Calls 2

EvaluateFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected