Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IsComplexOperatorWithRespectTo
Method · 0.80
IsComplexOperator
Method · 0.80
PostVisitIdent
Method · 0.80
TEST
Function · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.80
IsOptimizableListAppend
Function · 0.80
IsOptimizableMapInsert
Function · 0.80
HandleListAppend
Method · 0.80
IsFunctionOverload
Function · 0.80
PostVisitRewrite
Method · 0.80
CheckPattern
Function · 0.80
TEST
Function · 0.80
Calls
1
kind
Function · 0.50
Tested by
5
TEST
Function · 0.64
ASSERT_OK_AND_ASSIGN
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64