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

Method Evaluate

eval/eval/cel_expression_flat_impl.cc:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102absl::StatusOr<CelValue> CelExpressionFlatImpl::Evaluate(
103 const BaseActivation& activation, CelEvaluationState* state) const {
104 return Trace(activation, state, CelEvaluationListener());
105}
106
107absl::StatusOr<std::unique_ptr<CelExpressionRecursiveImpl>>
108CelExpressionRecursiveImpl::Create(

Callers 1

TraceMethod · 0.45

Calls 1

TraceFunction · 0.85

Tested by

no test coverage detected