Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ has_iter_range
Method
has_iter_range
common/expr.h:730–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
728
}
729
730
ABSL_MUST_USE_RESULT bool has_iter_range() const {
731
return iter_range_ != nullptr;
732
}
733
734
ABSL_MUST_USE_RESULT const Expr& iter_range() const
735
ABSL_ATTRIBUTE_LIFETIME_BOUND;
Callers
6
IsEmptyRangeComprehension
Function · 0.80
TEST
Function · 0.80
CopyNode
Function · 0.80
Expand
Function · 0.80
ComprehensionExprToProto
Method · 0.80
ComprehensionExprFromProto
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64