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

Method name

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

Returns the name of the operator. This is the managed representation of the operator, for example "_&&_".

Source from the content-addressed store, hash-verified

130 // Returns the name of the operator. This is the managed representation of the
131 // operator, for example "_&&_".
132 constexpr absl::string_view name() const { return data_->name; }
133
134 // Returns the source text representation of the operator. This is the
135 // unmanaged text representation of the operator, for example "&&".

Callers 1

TestOperatorFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOperatorFunction · 0.36