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

Method precedence

base/operators.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 constexpr int precedence() const { return data_->precedence; }
143
144 constexpr Arity arity() const { return static_cast<Arity>(data_->arity); }
145

Callers 1

TestOperatorFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOperatorFunction · 0.36