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

Method Trace

eval/eval/cel_expression_flat_impl.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 absl::StatusOr<CelValue> Evaluate(const BaseActivation& activation,
79 CelEvaluationState* state) const override;
80 absl::StatusOr<CelValue> Trace(
81 const BaseActivation& activation, google::protobuf::Arena* arena,
82 CelEvaluationListener callback) const override {
83 return Trace(activation, InitializeState(arena).get(), callback);
84 }
85
86 absl::StatusOr<CelValue> Trace(const BaseActivation& activation,
87 CelEvaluationState* state,

Callers

nothing calls this directly

Calls 2

TraceFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected