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

Method TernaryOperator

base/operators.cc:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154TernaryOperator::TernaryOperator(Operator op) : data_(op.data_) {
155 ABSL_CHECK(op.arity() == Arity::kTernary); // Crask OK
156}
157
158#define CEL_UNARY_OPERATOR(id, symbol, name, precedence, arity) \
159 UnaryOperator Operator::id() { return UnaryOperator(&id##_storage); }

Callers

nothing calls this directly

Calls 1

arityMethod · 0.45

Tested by

no test coverage detected