Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ has_select_expr
Method
has_select_expr
common/expr.h:963–965 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
961
}
962
963
ABSL_MUST_USE_RESULT bool has_select_expr() const {
964
return absl::holds_alternative<SelectExpr>(kind());
965
}
966
967
ABSL_MUST_USE_RESULT const SelectExpr& select_expr() const
968
ABSL_ATTRIBUTE_LIFETIME_BOUND {
Callers
14
PostVisitIdent
Method · 0.80
ExpandHasMacro
Function · 0.80
PostVisitIdent
Method · 0.80
PreVisitSelect
Method · 0.80
PreVisitRewrite
Method · 0.80
ToNamespace
Method · 0.80
TEST
Function · 0.80
operator()
Method · 0.80
PostVisitIdent
Method · 0.80
TEST
Function · 0.80
ListSortByMacro
Function · 0.80
GetExtensionFieldName
Function · 0.80
Calls
1
kind
Function · 0.50
Tested by
4
PostVisitIdent
Method · 0.64
TEST
Function · 0.64
PostVisitIdent
Method · 0.64
TEST
Function · 0.64