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

Method BinaryOperator

base/operators.cc:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150BinaryOperator::BinaryOperator(Operator op) : data_(op.data_) {
151 ABSL_CHECK(op.arity() == Arity::kBinary); // Crask OK
152}
153
154TernaryOperator::TernaryOperator(Operator op) : data_(op.data_) {
155 ABSL_CHECK(op.arity() == Arity::kTernary); // Crask OK

Callers

nothing calls this directly

Calls 1

arityMethod · 0.45

Tested by

no test coverage detected