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

Method kind

base/attribute.cc:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234};
235
236Kind AttributeQualifier::kind() const {
237 return absl::visit(AttributeQualifierTypeVisitor{}, value_);
238}
239
240bool AttributeQualifier::operator<(const AttributeQualifier& other) const {
241 // The order is not publicly documented because it is subject to change.

Callers 1

AsStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected