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

Method has_accu_init

common/expr.h:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 }
763
764 ABSL_MUST_USE_RESULT bool has_accu_init() const {
765 return accu_init_ != nullptr;
766 }
767
768 ABSL_MUST_USE_RESULT const Expr& accu_init() const
769 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