MCPcopy 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

TESTFunction · 0.80
CopyNodeFunction · 0.80
ExpandFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64