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

Method has_ident_expr

common/expr.h:942–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940 }
941
942 ABSL_MUST_USE_RESULT bool has_ident_expr() const {
943 return absl::holds_alternative<IdentExpr>(kind());
944 }
945
946 ABSL_MUST_USE_RESULT const IdentExpr& ident_expr() const
947 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 15

ExpandAllMacroFunction · 0.80
ExpandExistsMacroFunction · 0.80
ExpandExistsOneMacroFunction · 0.80
ExpandMap2MacroFunction · 0.80
ExpandMap3MacroFunction · 0.80
ExpandFilterMacroFunction · 0.80
ExpandOptMapMacroFunction · 0.80
ExpandOptFlatMapMacroFunction · 0.80
IsOptimizableListAppendFunction · 0.80
IsOptimizableMapInsertFunction · 0.80
PreVisitSelectMethod · 0.80
PreVisitRewriteMethod · 0.80

Calls 1

kindFunction · 0.50

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64