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

Method has_comprehension_expr

common/expr.h:1052–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050 ABSL_MUST_USE_RESULT MapExpr release_map_expr();
1051
1052 ABSL_MUST_USE_RESULT bool has_comprehension_expr() const {
1053 return absl::holds_alternative<ComprehensionExpr>(kind());
1054 }
1055
1056 ABSL_MUST_USE_RESULT const ComprehensionExpr& comprehension_expr() const
1057 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 7

OnPreVisitMethod · 0.80
TESTFunction · 0.80
operator()Method · 0.80
TESTFunction · 0.80
ListSortByMacroFunction · 0.80
KindToStringFunction · 0.80

Calls 1

kindFunction · 0.50

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64