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

Function ExprToProtoOrDie

eval/compiler/qualified_reference_resolver_test.cc:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123cel::expr::Expr ExprToProtoOrDie(const Expr& expr) {
124 cel::expr::Expr expr_proto;
125 ABSL_CHECK_OK(ExprToProto(expr, &expr_proto));
126 return expr_proto;
127}
128
129TEST(ResolveReferences, Basic) {
130 std::unique_ptr<Ast> expr_ast = ParseTestProto(kExpr);

Callers 1

TESTFunction · 0.85

Calls 1

ExprToProtoFunction · 0.85

Tested by

no test coverage detected