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

Method set_accu_init

common/expr.h:1227–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227inline void ComprehensionExpr::set_accu_init(Expr accu_init) {
1228 mutable_accu_init() = std::move(accu_init);
1229}
1230
1231inline void ComprehensionExpr::set_accu_init(std::unique_ptr<Expr> accu_init) {
1232 accu_init_ = std::move(accu_init);

Callers 2

NewComprehensionMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64