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

Method AddTerm

parser/parser.cc:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void ExpressionBalancer::AddTerm(int64_t op, Expr term) {
575 terms_.push_back(std::move(term));
576 ops_.push_back(op);
577}
578
579Expr ExpressionBalancer::Balance() {
580 if (terms_.size() == 1) {

Callers 2

visitConditionalOrMethod · 0.80
visitConditionalAndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected