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

Method ExprFromProto

common/ast/expr_proto.cc:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277 public:
278 absl::Status ExprFromProto(const ExprProto& proto, Expr& expr) {
279 Push(proto, expr);
280 Frame frame;
281 while (Pop(frame)) {
282 CEL_RETURN_IF_ERROR(ExprFromProtoImpl(*frame.proto, *frame.expr));
283 }
284 return absl::OkStatus();
285 }
286
287 private:
288 absl::Status ExprFromProtoImpl(const ExprProto& proto, Expr& expr) {

Callers 1

ExprFromProtoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected