MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / has_loop_step

Method has_loop_step

common/expr.h:794–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 ABSL_MUST_USE_RESULT std::unique_ptr<Expr> release_loop_condition();
793
794 ABSL_MUST_USE_RESULT bool has_loop_step() const {
795 return loop_step_ != nullptr;
796 }
797
798 ABSL_MUST_USE_RESULT const Expr& loop_step() const
799 ABSL_ATTRIBUTE_LIFETIME_BOUND;

Callers 6

PreVisitComprehensionMethod · 0.80
TESTFunction · 0.80
CopyNodeFunction · 0.80
ExpandFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64