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

Method has_loop_condition

common/expr.h:779–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777 ABSL_MUST_USE_RESULT std::unique_ptr<Expr> release_accu_init();
778
779 ABSL_MUST_USE_RESULT bool has_loop_condition() const {
780 return loop_condition_ != nullptr;
781 }
782
783 ABSL_MUST_USE_RESULT const Expr& loop_condition() const
784 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