Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ TEST
Function
TEST
common/expr_test.cc:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
TEST(UnspecifiedExpr, Equality) {
66
EXPECT_EQ(UnspecifiedExpr{}, UnspecifiedExpr{});
67
}
68
69
TEST(IdentExpr, Name) {
70
IdentExpr ident_expr;
Callers
nothing calls this directly
Calls
15
MakeUnspecifiedExpr
Function · 0.85
MakeListExprElement
Function · 0.85
MakeStructExprField
Function · 0.85
MakeMapExprEntry
Function · 0.85
MakeNestedList
Function · 0.85
has_operand
Method · 0.80
set_operand
Method · 0.80
release_operand
Method · 0.80
set_field
Method · 0.80
test_only
Method · 0.80
set_test_only
Method · 0.80
set_function
Method · 0.80
Tested by
no test coverage detected