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

Method has_call_expr

common/expr.h:984–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982 }
983
984 ABSL_MUST_USE_RESULT bool has_call_expr() const {
985 return absl::holds_alternative<CallExpr>(kind());
986 }
987
988 ABSL_MUST_USE_RESULT const CallExpr& call_expr() const
989 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 15

IsComplexOperatorMethod · 0.80
PostVisitIdentMethod · 0.80
TESTFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
IsOptimizableListAppendFunction · 0.80
IsOptimizableMapInsertFunction · 0.80
HandleListAppendMethod · 0.80
IsFunctionOverloadFunction · 0.80
PostVisitRewriteMethod · 0.80
CheckPatternFunction · 0.80
TESTFunction · 0.80

Calls 1

kindFunction · 0.50

Tested by 5

TESTFunction · 0.64
ASSERT_OK_AND_ASSIGNFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64