Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
using ::testing::VariantWith;
31
32
Expr MakeUnspecifiedExpr(ExprId id) {
33
Expr expr;
34
expr.set_id(id);
35
return expr;
36
}
37
38
ListExprElement MakeListExprElement(Expr expr, bool optional = false) {
39
ListExprElement element;
Callers
1
TEST
Function · 0.85
Calls
1
set_id
Method · 0.45
Tested by
no test coverage detected