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

Method UnaryOperator

base/operators.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144} // namespace
145
146UnaryOperator::UnaryOperator(Operator op) : data_(op.data_) {
147 ABSL_CHECK(op.arity() == Arity::kUnary); // Crask OK
148}
149
150BinaryOperator::BinaryOperator(Operator op) : data_(op.data_) {
151 ABSL_CHECK(op.arity() == Arity::kBinary); // Crask OK

Callers

nothing calls this directly

Calls 1

arityMethod · 0.45

Tested by

no test coverage detected