Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ has_ident_expr
Method
has_ident_expr
common/expr.h:942–944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
}
941
942
ABSL_MUST_USE_RESULT bool has_ident_expr() const {
943
return absl::holds_alternative<IdentExpr>(kind());
944
}
945
946
ABSL_MUST_USE_RESULT const IdentExpr& ident_expr() const
947
ABSL_ATTRIBUTE_LIFETIME_BOUND {
Callers
15
ExpandAllMacro
Function · 0.80
ExpandExistsMacro
Function · 0.80
ExpandExistsOneMacro
Function · 0.80
ExpandMap2Macro
Function · 0.80
ExpandMap3Macro
Function · 0.80
ExpandFilterMacro
Function · 0.80
ExpandOptMapMacro
Function · 0.80
ExpandOptFlatMapMacro
Function · 0.80
IsOptimizableListAppend
Function · 0.80
IsOptimizableMapInsert
Function · 0.80
PreVisitSelect
Method · 0.80
PreVisitRewrite
Method · 0.80
Calls
1
kind
Function · 0.50
Tested by
4
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64