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

Method CelExpressionFlatEvaluationState

eval/eval/cel_expression_flat_impl.cc:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67} // namespace
68
69CelExpressionFlatEvaluationState::CelExpressionFlatEvaluationState(
70 google::protobuf::Arena* arena,
71 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
72 google::protobuf::MessageFactory* absl_nonnull message_factory,
73 const FlatExpression& expression)
74 : state_(expression.MakeEvaluatorState(descriptor_pool, message_factory,
75 arena)) {}
76
77absl::StatusOr<CelValue> CelExpressionFlatImpl::Trace(
78 const BaseActivation& activation, CelEvaluationState* _state,

Callers

nothing calls this directly

Calls 1

MakeEvaluatorStateMethod · 0.80

Tested by

no test coverage detected