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

Method has_variable_name

base/attribute.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 absl::string_view variable_name() const { return impl_->variable_name; }
189
190 bool has_variable_name() const { return !impl_->variable_name.empty(); }
191
192 absl::Span<const AttributeQualifier> qualifier_path() const {
193 return impl_->qualifier_path;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected