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

Method has_select_expr

common/expr.h:963–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961 }
962
963 ABSL_MUST_USE_RESULT bool has_select_expr() const {
964 return absl::holds_alternative<SelectExpr>(kind());
965 }
966
967 ABSL_MUST_USE_RESULT const SelectExpr& select_expr() const
968 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 14

PostVisitIdentMethod · 0.80
ExpandHasMacroFunction · 0.80
PostVisitIdentMethod · 0.80
PreVisitSelectMethod · 0.80
PreVisitRewriteMethod · 0.80
ToNamespaceMethod · 0.80
TESTFunction · 0.80
operator()Method · 0.80
PostVisitIdentMethod · 0.80
TESTFunction · 0.80
ListSortByMacroFunction · 0.80
GetExtensionFieldNameFunction · 0.80

Calls 1

kindFunction · 0.50

Tested by 4

PostVisitIdentMethod · 0.64
TESTFunction · 0.64
PostVisitIdentMethod · 0.64
TESTFunction · 0.64