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

Method display_name

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

Returns the source text representation of the operator. This is the unmanaged text representation of the operator, for example "&&". Note that this will be empty for operators like Conditional() and Index().

Source from the content-addressed store, hash-verified

136 //
137 // Note that this will be empty for operators like Conditional() and Index().
138 constexpr absl::string_view display_name() const {
139 return data_->display_name;
140 }
141
142 constexpr int precedence() const { return data_->precedence; }
143

Callers 1

TestOperatorFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOperatorFunction · 0.36