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

Function MakeUnspecifiedExpr

common/expr_test.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using ::testing::VariantWith;
31
32Expr MakeUnspecifiedExpr(ExprId id) {
33 Expr expr;
34 expr.set_id(id);
35 return expr;
36}
37
38ListExprElement MakeListExprElement(Expr expr, bool optional = false) {
39 ListExprElement element;

Callers 1

TESTFunction · 0.85

Calls 1

set_idMethod · 0.45

Tested by

no test coverage detected