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

Method has_list_expr

common/expr.h:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 ABSL_MUST_USE_RESULT CallExpr release_call_expr();
1000
1001 ABSL_MUST_USE_RESULT bool has_list_expr() const {
1002 return absl::holds_alternative<ListExpr>(kind());
1003 }
1004
1005 ABSL_MUST_USE_RESULT const ListExpr& list_expr() const
1006 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 10

IsOptimizableListAppendFunction · 0.80
IsBindFunction · 0.80
PreVisitCallMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
ListSortByMacroFunction · 0.80
CelBlockMacroExpanderFunction · 0.80

Calls 1

kindFunction · 0.50

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64