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

Method id

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

Source from the content-addressed store, hash-verified

126 Operator& operator=(Operator&&) = default;
127
128 constexpr OperatorId id() const { return data_->id; }
129
130 // Returns the name of the operator. This is the managed representation of the
131 // operator, for example "_&&_".

Callers 3

operator==Function · 0.45
AbslHashValueFunction · 0.45
TestOperatorFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOperatorFunction · 0.36